mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-21 02:30:25 +00:00
ecp5: Initial arith_map implementation
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
c2d7be140a
commit
11c916840d
3 changed files with 80 additions and 6 deletions
|
@ -236,15 +236,10 @@ struct SynthEcp5Pass : public ScriptPass
|
|||
run("opt -fast -mux_undef -undriven -fine");
|
||||
run("memory_map");
|
||||
run("opt -undriven -fine");
|
||||
//TODO
|
||||
#if 0
|
||||
if (nocarry)
|
||||
if (noccu2)
|
||||
run("techmap");
|
||||
else
|
||||
run("techmap -map +/techmap.v -map +/ecp5/arith_map.v");
|
||||
#else
|
||||
run("techmap");
|
||||
#endif
|
||||
if (retime || help_mode)
|
||||
run("abc -dff", "(only if -retime)");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue