Revision 422
Added by markw over 9 years ago
gpiov3.vhd | ||
---|---|---|
when state_drive =>
|
||
state_next <= state_read;
|
||
|
||
--preare to read
|
||
gpio0_out_next <= (others=>'0');
|
||
gpio1_out_next <= (others=>'0');
|
||
--prepare to read
|
||
gpio0_dir_next <= (others=>'0');
|
||
gpio1_dir_next <= (others=>'0');
|
||
|
Also available in: Unified diff
Latest version with working usb and sdram. zpu rom is in mif for fast updates for now.