From 52f1f2f94bddfb1e73d2c094cfd693916750a467 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 18 Oct 2022 04:26:27 -0600 Subject: Add sim test: mult --- tb/sim/mult.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tb/sim/mult.c (limited to 'tb/sim/mult.c') diff --git a/tb/sim/mult.c b/tb/sim/mult.c new file mode 100644 index 0000000..531a824 --- /dev/null +++ b/tb/sim/mult.c @@ -0,0 +1,4 @@ +int reset(int a, int b, int c) +{ + return a * b + c; +} -- cgit v1.2.3