mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32: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:
parent
01fec0f72a
commit
5af7a745b1
@ -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),
|
elink elink (.hard_reset (reset),
|
||||||
.mailbox_not_empty (mailbox_not_empty),
|
.mailbox_not_empty (mailbox_not_empty),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user