mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Ram cleanup
This commit is contained in:
parent
bcb52acfba
commit
b21b91234b
@ -54,7 +54,7 @@ module ram #(parameter BASE=0, RANGE = 65535) (
|
|||||||
|
|
||||||
// a new AHB transactions starts when HTRANS requests a transaction,
|
// a new AHB transactions starts when HTRANS requests a transaction,
|
||||||
// the peripheral is selected, and the previous transaction is completing
|
// the peripheral is selected, and the previous transaction is completing
|
||||||
assign initTrans = HREADY & HSELRam & (HTRANS[1]);
|
assign initTrans = HREADY & HSELRam & HTRANS[1];
|
||||||
assign memwrite = initTrans & HWRITE;
|
assign memwrite = initTrans & HWRITE;
|
||||||
assign memread = initTrans & ~HWRITE;
|
assign memread = initTrans & ~HWRITE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user