mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-22 23:44:35 +00:00
analogdevices: remove cells_xtra
This commit is contained in:
parent
d43f6f7274
commit
aab52403f1
4 changed files with 0 additions and 34748 deletions
|
@ -272,7 +272,6 @@ struct SynthAnalogDevicesPass : public ScriptPass
|
|||
{
|
||||
if (check_label("begin")) {
|
||||
run(stringf("read_verilog -lib -specify %s +/analogdevices/cells_sim.v", tech_param));
|
||||
run("read_verilog -lib +/analogdevices/cells_xtra.v");
|
||||
run(stringf("hierarchy -check %s", top_opt.c_str()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue