mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 12:11:24 +00:00
gowin: Add all the primitives.
Use selected data (names, ports and parameters) from vendor file for GW1N series primitives. Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
This commit is contained in:
parent
7efc50367e
commit
a1dd794ff8
4 changed files with 2081 additions and 0 deletions
|
@ -207,6 +207,7 @@ struct SynthGowinPass : public ScriptPass
|
|||
if (check_label("begin"))
|
||||
{
|
||||
run("read_verilog -specify -lib +/gowin/cells_sim.v");
|
||||
run("read_verilog -specify -lib +/gowin/cells_xtra.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