Added synthesis target
authorOlof Kindgren <olof.kindgren@gmail.com>
Fri, 23 Aug 2019 12:20:20 +0000 (14:20 +0200)
committerOlof Kindgren <olof.kindgren@gmail.com>
Fri, 23 Aug 2019 12:20:20 +0000 (14:20 +0200)
commitb9bf19f9120a8549f66ed480568ca28edd8e7765
treedce74327b5b9a26aecf3089b59801561c3a6e93f
parent250d09ed2d1b7b8b832713e31a97e5f2a6d10076
Added synthesis target

The synth target can be used to analyze the core after synthesis
without running P&R. Currently, the only edalize backends that
support synthesis without P&R are vivado and icestorm, and icestorm
needs yosys built with verific support to parse vhdl.

To run synthesis only for a part, run

fusesoc run --target=synth --tool=vivado microwatt --part=<part>

where part is a valid Xilinx part such as xc7a100tcsg324-1
microwatt.core