mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2025-08-07 23:25:00 +00:00
Formatting changes in RAM.v
This commit is contained in:
@@ -38,11 +38,11 @@ module RAM(
|
||||
assign RAMReady = RAMReadyReg;//!RS[2];
|
||||
|
||||
/* RAM /RAS */
|
||||
assign nRAS = !((!nAS && RAMCS && RASEN) || RASrf);
|
||||
assign nRAS = !((!nAS && RAMCS && RASEN) || RASrf);
|
||||
|
||||
/* RAM /WE */
|
||||
assign nLWE = !(!nLDS && RASEL && !nWE);
|
||||
assign nUWE = !(!nUDS && RASEL && !nWE);
|
||||
assign nLWE = !(!nLDS && RASEL && !nWE);
|
||||
assign nUWE = !(!nUDS && RASEL && !nWE);
|
||||
|
||||
/* RAM /OE control */
|
||||
always @(posedge CLK) begin
|
||||
|
Reference in New Issue
Block a user