remove strange constant assignment

This commit is contained in:
Markus Fröschle
2016-04-27 05:59:07 +00:00
parent 36f41e4fb7
commit 777e7a4b1c
2 changed files with 69 additions and 73 deletions

View File

@@ -604,9 +604,9 @@ BEGIN
);
nWR_GATE <= NOT(WR_GATE);
nWR_GATE <= not(WR_GATE);
nFB_TA <= NOT(Video_TA OR INT_HANDLER_TA OR DSP_TA OR FALCON_IO_TA);
nFB_TA <= not(Video_TA or INT_HANDLER_TA or DSP_TA or FALCON_IO_TA);
CLK33M <= MAIN_CLK;