diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-10-10 16:56:48 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-10-10 17:06:58 +0200 |
commit | 33f05839b7815a5a18a2b920dba4549d2bd7ce16 (patch) | |
tree | 9ec216c16d2dd520dd9f725900c9ba02b379b6c9 /design | |
parent | 5e04a9626e2986fc40825d15cb09a274223381e9 (diff) | |
download | AGH-engineering-thesis-33f05839b7815a5a18a2b920dba4549d2bd7ce16.tar.gz AGH-engineering-thesis-33f05839b7815a5a18a2b920dba4549d2bd7ce16.zip |
fix yosys synthesis
Diffstat (limited to 'design')
-rw-r--r-- | design/stack_machine.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/design/stack_machine.v b/design/stack_machine.v index e6030e4..f68421e 100644 --- a/design/stack_machine.v +++ b/design/stack_machine.v @@ -1,5 +1,7 @@ `default_nettype none +`include "messages.vh" + module stack_machine_new ( /* Those 2 are supposed to be common for both wishbone interfaces */ |