mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 20:33:39 +00:00
Oops forgot these files
This commit is contained in:
parent
dd59375a66
commit
5f00d335d4
3 changed files with 12 additions and 2 deletions
|
@ -38,6 +38,7 @@ $(eval $(call add_share_file,share/xilinx,techlibs/xilinx/arith_map.v))
|
|||
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/ff_map.v))
|
||||
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/lut_map.v))
|
||||
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/mux_map.v))
|
||||
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/dsp_map.v))
|
||||
|
||||
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/abc_xc7.box))
|
||||
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/abc_xc7.lut))
|
||||
|
|
|
@ -329,6 +329,10 @@ struct SynthXilinxPass : public ScriptPass
|
|||
run("memory_map");
|
||||
run("dffsr2dff");
|
||||
run("dff2dffe");
|
||||
if (help_mode || !nodsp) {
|
||||
run("techmap -map +/xilinx/dsp_map.v", "(skip if '-nodsp')");
|
||||
run("xilinx_dsp", " (skip if '-nodsp')");
|
||||
}
|
||||
if (help_mode) {
|
||||
run("simplemap t:$mux", " ('-widemux' only)");
|
||||
run("muxcover <internal options>, ('-widemux' only)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue