diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-12-31 17:59:37 +0100 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-12-31 17:59:37 +0100 |
commit | 96e4965c09bd41f11162120d6312f2aae7efe7ea (patch) | |
tree | 4e0a064e4b1bf22b3247bb8c75dc82ec49dc2f8f /tests | |
parent | 68c80359ba0983bc21a18c0270025be9b441c0bb (diff) | |
download | AGH-engineering-thesis-96e4965c09bd41f11162120d6312f2aae7efe7ea.tar.gz AGH-engineering-thesis-96e4965c09bd41f11162120d6312f2aae7efe7ea.zip |
Add Wishbone datasheets
Diffstat (limited to 'tests')
-rw-r--r-- | tests/stack_machine_store/test.v | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/stack_machine_store/test.v b/tests/stack_machine_store/test.v index 61b80c8..9c7058f 100644 --- a/tests/stack_machine_store/test.v +++ b/tests/stack_machine_store/test.v @@ -32,7 +32,6 @@ module stack_machine_test(); wire MI_STALL_I; wire MD_ACK_I; - wire MD_ERR_I; wire [20:0] MD_ADR_O; wire [31:0] MD_DAT_I; wire [31:0] MD_DAT_O; @@ -85,7 +84,6 @@ module stack_machine_test(); /* Data interface */ .D_ACK_I(MD_ACK_I), - .D_ERR_I(MD_ERR_I), .D_ADR_O(MD_ADR_O), .D_DAT_I(MD_DAT_I), .D_DAT_O(MD_DAT_O), |