##// END OF EJS Templates
Sync
Alexis Jeandet -
r221:61667259e0ed alexis
parent child
Show More
@@ -273,8 +273,9 begin
273 elsif clk'event and clk = '1' then
273 elsif clk'event and clk = '1' then
274 NwDatR <= NwDat;
274 NwDatR <= NwDat;
275 if NwDat = '1' and NwDatR = '0' then
275 if NwDat = '1' and NwDatR = '0' then
276 PROTO_DATAIN <= std_logic_vector(unsigned(PROTO_DATAIN) + 1 );
276 -- PROTO_DATAIN <= std_logic_vector(unsigned(PROTO_DATAIN) + 1 );
277 PROTO_WEN <= '0';
277 PROTO_DATAIN <= DATA;
278 PROTO_WEN <= '0';
278 else
279 else
279 PROTO_WEN <= '1';
280 PROTO_WEN <= '1';
280 end if;
281 end if;
General Comments 0
You need to be logged in to leave comments. Login now