From 70e01c1802bef592452cada1cba0224185e8029e Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 18 Jul 2017 18:37:47 +0200 Subject: Add pre- and post-synthesis testbench examples --- examples/icestick/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/icestick/.gitignore') diff --git a/examples/icestick/.gitignore b/examples/icestick/.gitignore index 539898f..bb30525 100644 --- a/examples/icestick/.gitignore +++ b/examples/icestick/.gitignore @@ -6,3 +6,8 @@ rs232demo.bin rs232demo.blif rs232demo.asc rs232demo.rpt +rs232demo_tb +rs232demo_tb.vcd +rs232demo_syn.v +rs232demo_syntb +rs232demo_syntb.vcd -- cgit v1.2.3 From 6124133269c7ff7bc550064e116c1bcfcbb412bf Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 21 Jul 2017 16:56:15 +0200 Subject: Add icestick "checker" example --- examples/icestick/.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'examples/icestick/.gitignore') diff --git a/examples/icestick/.gitignore b/examples/icestick/.gitignore index bb30525..c854ccc 100644 --- a/examples/icestick/.gitignore +++ b/examples/icestick/.gitignore @@ -11,3 +11,12 @@ rs232demo_tb.vcd rs232demo_syn.v rs232demo_syntb rs232demo_syntb.vcd +checker.bin +checker.blif +checker.asc +checker.rpt +checker_tb +checker_tb.vcd +checker_syn.v +checker_syntb +checker_syntb.vcd -- cgit v1.2.3