diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-05 14:47:13 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-05 14:47:13 +0200 |
commit | 6295bacd000e00d7c569fdc64697a29561f1d2b1 (patch) | |
tree | 70355a4e0a163bd53d01790704bd5fc40b8adf7e /tests/stack_machine_multiinstructions_load_store/test.v | |
parent | 67338780099d1384b36623780a5a63c3be5ade9d (diff) | |
download | AGH-engineering-thesis-6295bacd000e00d7c569fdc64697a29561f1d2b1.tar.gz AGH-engineering-thesis-6295bacd000e00d7c569fdc64697a29561f1d2b1.zip |
add tclasm multiinstructions (instructions, that possibly translate to more than one)
Diffstat (limited to 'tests/stack_machine_multiinstructions_load_store/test.v')
l--------- | tests/stack_machine_multiinstructions_load_store/test.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stack_machine_multiinstructions_load_store/test.v b/tests/stack_machine_multiinstructions_load_store/test.v new file mode 120000 index 0000000..f5b6a59 --- /dev/null +++ b/tests/stack_machine_multiinstructions_load_store/test.v @@ -0,0 +1 @@ +../stack_machine_store/test.v
\ No newline at end of file |