From af4c3f5752cc543d4cef5a8b9de6b22204e9ae62 Mon Sep 17 00:00:00 2001 From: rs <> Date: Tue, 11 Nov 2025 16:32:29 -0600 Subject: [PATCH] Remove old commented code --- libraries/nexys2/eppex_wb.vhd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/nexys2/eppex_wb.vhd b/libraries/nexys2/eppex_wb.vhd index f8a5d9d..ac790f2 100644 --- a/libraries/nexys2/eppex_wb.vhd +++ b/libraries/nexys2/eppex_wb.vhd @@ -88,7 +88,6 @@ architecture behavioral of eppex_wb is begin -- Interface output should be in tristate until data is available for EPP to read - --EppDB <= epp_data_out_reg when epp_data_out_en = '1' else (others => 'Z'); EppDB_o <= epp_data_out_reg; EppDB_w <= epp_data_out_en; @@ -97,8 +96,8 @@ begin stb_o <= stb_reg; we_o <= we_reg; - -- Always present the latched EPP data bus and latched address to the wishbone bus - dat_o <= EppDB_i; -- epp_data_in_reg; + -- Always present the EPP data bus and latched address to the wishbone bus + dat_o <= EppDB_i; adr_o <= addr_reg; -- State register -- 2.43.0