From 981522b10ead3b3c2cbc5f9f270b9fae9320395b Mon Sep 17 00:00:00 2001 From: David Shah Date: Sun, 8 Jul 2018 14:24:32 +0200 Subject: ecp5: Blinky example places and routes Signed-off-by: David Shah --- ecp5/synth/wire.ys | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ecp5/synth/wire.ys (limited to 'ecp5/synth/wire.ys') diff --git a/ecp5/synth/wire.ys b/ecp5/synth/wire.ys new file mode 100644 index 00000000..f916588b --- /dev/null +++ b/ecp5/synth/wire.ys @@ -0,0 +1,9 @@ +read_verilog wire.v +read_verilog -lib cells.v +synth -top top +abc -lut 4 +techmap -map simple_map.v +splitnets +opt_clean +stat +write_json wire.json -- cgit v1.2.3