mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Organizing Speedster file names
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
OBJS += techlibs/achronix/synth_speedster.o
|
||||
|
||||
$(eval $(call add_share_file,share/achronix/speedster22i/,techlibs/achronix/speedster22i/cells_comb_speedster.v))
|
||||
$(eval $(call add_share_file,share/achronix/speedster22i/,techlibs/achronix/speedster22i/cells_map_speedster.v))
|
||||
$(eval $(call add_share_file,share/achronix/speedster22i/,techlibs/achronix/speedster22i/cells_sim.v))
|
||||
$(eval $(call add_share_file,share/achronix/speedster22i/,techlibs/achronix/speedster22i/cells_map.v))
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ struct SynthIntelPass : public ScriptPass {
|
||||
{
|
||||
if (check_label("begin"))
|
||||
{
|
||||
run("read_verilog -sv -lib +/achronix/speedster22i/cells_comb_speedster.v");
|
||||
run("read_verilog -sv -lib +/achronix/speedster22i/cells_sim.v");
|
||||
run(stringf("hierarchy -check %s", help_mode ? "-top <top>" : top_opt.c_str()));
|
||||
}
|
||||
|
||||
@@ -164,7 +164,7 @@ struct SynthIntelPass : public ScriptPass {
|
||||
if (check_label("map_cells"))
|
||||
{
|
||||
run("iopadmap -bits -outpad $__outpad I:O -inpad $__inpad O:I");
|
||||
run("techmap -map +/achronix/speedster22i/cells_map_speedster.v");
|
||||
run("techmap -map +/achronix/speedster22i/cells_map.v");
|
||||
run("dffinit -ff dffeas Q INIT");
|
||||
run("clean -purge");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user