X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/ed6ed9b36894f15a7c80c6b2f07927a021baf896..2825d08e6e5a5c0ba429f454065da84d6623cf9f:/dhwk/source/FLAG_BUS.vhd?ds=sidebyside diff --git a/dhwk/source/FLAG_BUS.vhd b/dhwk/source/FLAG_BUS.vhd index c312be7..dd95bb2 100644 --- a/dhwk/source/FLAG_BUS.vhd +++ b/dhwk/source/FLAG_BUS.vhd @@ -48,12 +48,12 @@ begin begin if (PCI_CLOCK'event and PCI_CLOCK = '1') then - FF1_S_EFn <= S_EFn; - FF1_S_HFn <= S_HFn; - FF1_S_FFn <= S_FFn; - FF1_R_EFn <= R_EFn; - FF1_R_HFn <= R_HFn; - FF1_R_FFn <= R_FFn; + FF1_S_EFn <= not S_EFn; + FF1_S_HFn <= not S_HFn; + FF1_S_FFn <= not S_FFn; + FF1_R_EFn <= not R_EFn; + FF1_R_HFn <= not R_HFn; + FF1_R_FFn <= not R_FFn; end if; end process;