mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-25 13:33:58 +00:00
Revised comments in IOBM
This commit is contained in:
parent
705b15cf47
commit
42657b5167
@ -40,7 +40,7 @@ module IOBM(
|
|||||||
reg [2:0] IOS = 0;
|
reg [2:0] IOS = 0;
|
||||||
reg IOS0;
|
reg IOS0;
|
||||||
|
|
||||||
/* DTACK/"ETACK"/BERR/reset synchronization */
|
/* IODONE DTACK/"ETACK"/BERR/reset synchronization */
|
||||||
reg IODONEr;
|
reg IODONEr;
|
||||||
always @(posedge C16M) begin
|
always @(posedge C16M) begin
|
||||||
if ((IOS==3 || IOS==5) && !C8Mr) begin
|
if ((IOS==3 || IOS==5) && !C8Mr) begin
|
||||||
@ -48,7 +48,7 @@ module IOBM(
|
|||||||
end else if (IOS==0) IODONEr <= 0;
|
end else if (IOS==0) IODONEr <= 0;
|
||||||
end
|
end
|
||||||
|
|
||||||
/* DTACK/"ETACK"/BERR/reset output */
|
/* IODONE output */
|
||||||
assign IODONE = IODONEr;
|
assign IODONE = IODONEr;
|
||||||
|
|
||||||
/* I/O bus control */
|
/* I/O bus control */
|
||||||
|
Loading…
Reference in New Issue
Block a user