mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2025-04-10 17:37:31 +00:00
Formatting changes in RAM.v
This commit is contained in:
parent
1f8df60eb7
commit
41dc054172
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user