jijingg / Spinal-bootcamp

SpinalHDL-tutorial based on Jupyter Notebook
123 stars 46 forks source link

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

Open bobcladic opened 4 years ago

bobcladic commented 4 years ago

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

jijingg commented 4 years ago

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