1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00

Created separate IDs for RX and TX

-We want to make the two directions as separate as possible so no shared variables. Still need a tag for differentiating between write and read response. In addition we need a group to keep the rr separate from mailbox write.
git diffgit c
This commit is contained in:
Andreas Olofsson 2015-04-23 23:10:27 -04:00
parent 01fec0f72a
commit 5af7a745b1

View File

@ -118,7 +118,8 @@ module dv_elink(/*AUTOARG*/
);
*/
defparam elink.ELINKID = 12'h800;
defparam elink.TXID = 12'h810;
defparam elink.RXID = 12'h820;
elink elink (.hard_reset (reset),
.mailbox_not_empty (mailbox_not_empty),