mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-21 17:31:47 +00:00
Reformat DoutOE equation in IOBM
This commit is contained in:
parent
42657b5167
commit
6e3d76ad80
@ -105,8 +105,8 @@ module IOBM(
|
|||||||
always @(negedge C16M) begin nDinLE = IOS==4 || IOS==5; end
|
always @(negedge C16M) begin nDinLE = IOS==4 || IOS==5; end
|
||||||
reg DoutOE = 0;
|
reg DoutOE = 0;
|
||||||
always @(posedge C16M) begin
|
always @(posedge C16M) begin
|
||||||
DoutOE <= (IOS==0 && IOREQr && !IORW && !C8Mr) ||
|
DoutOE <= ((IOS==0 && IOREQr && !IORW && !C8Mr) ||
|
||||||
(DoutOE && (IOS==2 || IOS==3 || IOS==4 || IOS==5));
|
(DoutOE && (IOS==2 || IOS==3 || IOS==4 || IOS==5)));
|
||||||
end
|
end
|
||||||
assign nDoutOE = !(AoutOE && (DoutOE || (IOS0 && !IOREQr)));
|
assign nDoutOE = !(AoutOE && (DoutOE || (IOS0 && !IOREQr)));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user