From f111bbdf4006be9f108374c8591c682f02033a6f Mon Sep 17 00:00:00 2001 From: gatecat Date: Thu, 10 Nov 2022 09:53:07 +0100 Subject: fabulous: improvements to the pass Signed-off-by: gatecat --- tests/arch/fabulous/.gitignore | 4 ++++ tests/arch/fabulous/complexflop.ys | 37 +++++++++++++++++++++++++++++++++++++ tests/arch/fabulous/counter.ys | 26 ++++++++++++++++++++++++++ tests/arch/fabulous/fsm.ys | 19 +++++++++++++++++++ tests/arch/fabulous/logic.ys | 10 ++++++++++ tests/arch/fabulous/regfile.ys | 33 +++++++++++++++++++++++++++++++++ tests/arch/fabulous/tribuf.ys | 12 ++++++++++++ 7 files changed, 141 insertions(+) create mode 100644 tests/arch/fabulous/.gitignore create mode 100644 tests/arch/fabulous/complexflop.ys create mode 100644 tests/arch/fabulous/counter.ys create mode 100644 tests/arch/fabulous/fsm.ys create mode 100644 tests/arch/fabulous/logic.ys create mode 100644 tests/arch/fabulous/regfile.ys create mode 100644 tests/arch/fabulous/tribuf.ys (limited to 'tests') diff --git a/tests/arch/fabulous/.gitignore b/tests/arch/fabulous/.gitignore new file mode 100644 index 000000000..9a71dca69 --- /dev/null +++ b/tests/arch/fabulous/.gitignore @@ -0,0 +1,4 @@ +*.log +/run-test.mk ++*_synth.v ++*_testbench diff --git a/tests/arch/fabulous/complexflop.ys b/tests/arch/fabulous/complexflop.ys new file mode 100644 index 000000000..13f4522b9 --- /dev/null +++ b/tests/arch/fabulous/complexflop.ys @@ -0,0 +1,37 @@ +read_verilog <