From 1193a54d345a60a2a5e0a32a8872d9f935fa7408 Mon Sep 17 00:00:00 2001 From: Zane Kaminski Date: Mon, 7 Oct 2024 01:35:42 -0400 Subject: [PATCH] Fix typos in IOBM --- cpld/IOBM.v | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cpld/IOBM.v b/cpld/IOBM.v index c1d256e..8435738 100644 --- a/cpld/IOBM.v +++ b/cpld/IOBM.v @@ -33,7 +33,7 @@ module IOBM( wire ETACK = (ES==8) && !nVMA; always @(posedge C8M) begin if ((ES==4) && IOACT && VPAr) nVMA <= 0; - else if(ES==0) nVMA <= 1; + else if (ES==0) nVMA <= 1; end /* DTACK and BERR synchronization */ @@ -50,6 +50,8 @@ module IOBM( /* I/O bus state */ reg [2:0] IOS = 0; reg IOS0; + + /* I/O bus control */ always @(posedge C16M) case (IOS[2:0]) 3'h0: begin if (IOREQr && !C8Mr && AoutOE) begin // "IOS1"