daily pastebin goal
28%
SHARE
TWEET

Untitled

a guest Dec 5th, 2017 59 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ python3 -m misoc.targets.saturn
  2. fvco (MHz) = 1000
  3. n= 10
  4. d= 1
  5. clk_freq (parameter) = 31.25
  6. clk_freq (f0*n/d/p/2) = 31.25
  7. sdram_half (f0*n/d/p) = 62.5
  8. sdram_full_wr (2*f0*n/d/p) = 125.0
  9. sdram_full_rd (2*f0*n/d/p) = 125.0
  10. Traceback (most recent call last):
  11.   File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
  12.     "__main__", mod_spec)
  13.   File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
  14.     exec(code, run_globals)
  15.   File "/home/fevi8970/misoc/misoc/targets/saturn.py", line 181, in <module>
  16.     main()
  17.   File "/home/fevi8970/misoc/misoc/targets/saturn.py", line 158, in main
  18.     soc = BaseSoC(**soc_saturn_argdict(args))
  19.   File "/home/fevi8970/misoc/misoc/targets/saturn.py", line 140, in __init__
  20.     dummy=8, div=4)
  21.   File "/home/fevi8970/misoc/misoc/cores/spi_flash.py", line 85, in __init__
  22.     self.miso.status.eq(dq.i[1])
  23.   File "/home/fevi8970/migen/migen/fhdl/structure.py", line 101, in __getitem__
  24.     raise IndexError
  25. IndexError
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top