- cleaned up
- removed concurrent statement from process git-svn-id: http://moon:8086/svn/vhdl/trunk@1179 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -198,7 +198,6 @@ begin
|
||||
sipo_reg <= ps2_data_rx & sipo_reg(sipo_reg'left downto 1);
|
||||
end if;
|
||||
end if;
|
||||
rx_reg <= sipo_reg;
|
||||
end process;
|
||||
|
||||
proc_tx_piso:
|
||||
@@ -213,7 +212,6 @@ begin
|
||||
piso_reg <= '0' & piso_reg(piso_reg'left downto 1);
|
||||
end if;
|
||||
end if;
|
||||
piso_out <= piso_reg(0);
|
||||
end process;
|
||||
|
||||
proc_parity_bitser_rx:
|
||||
@@ -262,6 +260,8 @@ end process;
|
||||
-------------------------------------------
|
||||
tx_en <= tx_req and (not rx_busy);
|
||||
rx_en <= not tx_busy;
|
||||
rx_reg <= sipo_reg;
|
||||
piso_out <= piso_reg(0);
|
||||
|
||||
-------------------------------------------
|
||||
rx_present <= rx_full;
|
||||
|
||||
Reference in New Issue
Block a user