mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-22 08:32:09 +00:00
Merge branch 'dev' of https://github.com/garrettsworkshop/Warp-SE into dev
This commit is contained in:
commit
acfd21a30f
@ -6,7 +6,7 @@ module CNT(
|
|||||||
/* Reset, switch, button */
|
/* Reset, switch, button */
|
||||||
input [3:1] SW, output reg nRESout, input nIPL2,
|
input [3:1] SW, output reg nRESout, input nIPL2,
|
||||||
/* Mac PDS bus master control outputs */
|
/* Mac PDS bus master control outputs */
|
||||||
output reg AoutOE, output nAoutOE, output reg nBR_IOB,
|
output reg AoutOE, output reg nBR_IOB,
|
||||||
/* Configuration outputs */
|
/* Configuration outputs */
|
||||||
output C20MEN, output C25MEN, output FastROMEN);
|
output C20MEN, output C25MEN, output FastROMEN);
|
||||||
|
|
||||||
@ -53,7 +53,6 @@ module CNT(
|
|||||||
|
|
||||||
/* Startup sequence control */
|
/* Startup sequence control */
|
||||||
reg [1:0] PORS = 0;
|
reg [1:0] PORS = 0;
|
||||||
assign nAoutOE = !AoutOE;
|
|
||||||
always @(negedge C8M) begin
|
always @(negedge C8M) begin
|
||||||
case (PORS)
|
case (PORS)
|
||||||
0: begin
|
0: begin
|
||||||
|
Loading…
Reference in New Issue
Block a user