Treat C20MEN as input now

This commit is contained in:
Zane Kaminski 2023-04-08 05:46:45 -04:00
parent c057092275
commit c3afb1147b
1 changed files with 2 additions and 4 deletions

View File

@ -37,12 +37,10 @@ module WarpSE(
output nDinOE,
output nDinLE,
input [3:1] SW,
output C20MEN,
input C20MEN,
output C25MEN);
/* FSB clock oscillator enables */
// Enable both oscillators... only mount one
assign C20MEN = 0;
/* FSB clock oscillator enable */
assign C25MEN = 1;
/* Reset input and open-drain output */