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;
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