Spinal-bootcamp icon indicating copy to clipboard operation
Spinal-bootcamp copied to clipboard

'ReConfig your Soc' of Chapter 1.1-Spinal-quick-start.ipynb

Open bobcladic opened this issue 5 years ago • 1 comments

when execute In[6] of this .ipynb, fail to run. The error message is below

cmd6.sc:4: not found: value IS42x320D sdramLayout = IS42x320D.layout, ^cmd6.sc:5: not found: value IS42x320D sdramTimings = IS42x320D.timingGrade7, ^Compilation Failed Compilation Failed

bobcladic avatar Aug 04 '20 15:08 bobcladic

@bobcladic sorry, the import spinal.lib.memory.sdram.sdr.IS42x320D should be imported first . it's fixed now, check the latest commit

jijingg avatar Aug 05 '20 02:08 jijingg