mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-25 13:33:58 +00:00
Treat C20MEN as input now
This commit is contained in:
parent
c057092275
commit
c3afb1147b
@ -37,12 +37,10 @@ module WarpSE(
|
|||||||
output nDinOE,
|
output nDinOE,
|
||||||
output nDinLE,
|
output nDinLE,
|
||||||
input [3:1] SW,
|
input [3:1] SW,
|
||||||
output C20MEN,
|
input C20MEN,
|
||||||
output C25MEN);
|
output C25MEN);
|
||||||
|
|
||||||
/* FSB clock oscillator enables */
|
/* FSB clock oscillator enable */
|
||||||
// Enable both oscillators... only mount one
|
|
||||||
assign C20MEN = 0;
|
|
||||||
assign C25MEN = 1;
|
assign C25MEN = 1;
|
||||||
|
|
||||||
/* Reset input and open-drain output */
|
/* Reset input and open-drain output */
|
||||||
|
Loading…
Reference in New Issue
Block a user