From 92206c93690c5658928c9f8b1324e1a455e1a453 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 18:57:00 +0200 Subject: add cond_jump instruction together with bench --- tests/stack_machine_cond_jump/test.v | 1 + 1 file changed, 1 insertion(+) create mode 120000 tests/stack_machine_cond_jump/test.v (limited to 'tests/stack_machine_cond_jump/test.v') diff --git a/tests/stack_machine_cond_jump/test.v b/tests/stack_machine_cond_jump/test.v new file mode 120000 index 0000000..f5b6a59 --- /dev/null +++ b/tests/stack_machine_cond_jump/test.v @@ -0,0 +1 @@ +../stack_machine_store/test.v \ No newline at end of file -- cgit v1.2.3