mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 11:20:27 +00:00
ecp5: Add DSP blackboxes
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
11c8a9eb96
commit
101f5234ff
3 changed files with 118 additions and 1 deletions
|
@ -203,7 +203,7 @@ struct SynthEcp5Pass : public ScriptPass
|
|||
{
|
||||
if (check_label("begin"))
|
||||
{
|
||||
run("read_verilog -lib +/ecp5/cells_sim.v");
|
||||
run("read_verilog -lib +/ecp5/cells_sim.v +/ecp5/cells_bb.v");
|
||||
run(stringf("hierarchy -check %s", help_mode ? "-top <top>" : top_opt.c_str()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue