*** tpb has joined #yosys | 00:00 | |
*** _whitelogger has quit IRC | 00:40 | |
*** _whitelogger has joined #yosys | 00:42 | |
*** seldridge has quit IRC | 01:42 | |
*** gsi__ has joined #yosys | 02:38 | |
*** gsi_ has quit IRC | 02:41 | |
*** emeb has quit IRC | 02:49 | |
*** seldridge has joined #yosys | 02:51 | |
*** emeb_mac has joined #yosys | 03:36 | |
*** _whitelogger has quit IRC | 04:34 | |
*** _whitelogger has joined #yosys | 04:36 | |
*** pie___ has joined #yosys | 04:44 | |
*** pie__ has quit IRC | 04:47 | |
*** rohitksingh has joined #yosys | 06:26 | |
*** X-Scale has quit IRC | 06:36 | |
*** rohitksingh has quit IRC | 07:22 | |
*** rohitksingh has joined #yosys | 07:24 | |
*** seldridge has quit IRC | 08:02 | |
*** jevinskie has joined #yosys | 08:05 | |
*** emeb_mac has quit IRC | 08:07 | |
*** leviathanch has joined #yosys | 08:08 | |
*** _whitelogger has quit IRC | 08:40 | |
*** _whitelogger has joined #yosys | 08:42 | |
*** rohitksingh has quit IRC | 08:45 | |
*** jevinskie has quit IRC | 08:48 | |
*** jevinskie has joined #yosys | 08:49 | |
*** s_frit has quit IRC | 08:59 | |
*** s_frit has joined #yosys | 09:00 | |
*** jevinski_ has joined #yosys | 09:27 | |
*** jevinskie has quit IRC | 09:30 | |
*** jevinski_ has quit IRC | 09:30 | |
*** jevinskie has joined #yosys | 09:30 | |
*** jevinskie has quit IRC | 12:49 | |
*** cr1901_modern has quit IRC | 14:05 | |
*** cr1901_modern has joined #yosys | 14:07 | |
*** s_frit has quit IRC | 14:28 | |
*** s_frit has joined #yosys | 14:28 | |
*** tmeissner has joined #yosys | 14:54 | |
*** tmeissner has quit IRC | 15:11 | |
*** ZipCPU has quit IRC | 15:14 | |
*** ZipCPU has joined #yosys | 15:17 | |
*** emeb has joined #yosys | 15:21 | |
*** ZipCPU has quit IRC | 15:22 | |
*** emeb_mac has joined #yosys | 16:30 | |
*** promach has quit IRC | 16:39 | |
*** seldridge has joined #yosys | 16:41 | |
*** Thorn has quit IRC | 17:06 | |
*** chaseemory has joined #yosys | 17:22 | |
*** Thorn has joined #yosys | 18:11 | |
*** fsasm has joined #yosys | 18:25 | |
*** develonepi3 has joined #yosys | 19:09 | |
develonepi3 | Hello all: I have code for my catboard sdram design. | 19:10 |
---|---|---|
develonepi3 | The lines below work when I use arachne-pnr in h/w not simulation. | 19:10 |
develonepi3 | assign io_ram_data = (ram_drive_data) ? o_ram_data : 16'bzzzz_zzzz_zzzz_zzzz; | 19:11 |
develonepi3 | always @(posedge s_clk) | 19:11 |
develonepi3 | r_ram_data_ext_clk <= io_ram_data; | 19:11 |
develonepi3 | always @(posedge s_clk) | 19:11 |
develonepi3 | i_ram_data <= r_ram_data_ext_clk; | 19:11 |
develonepi3 | How would you write this for sb-io? I need to start using nextpnr | 19:13 |
develonepi3 | Hello all: My design is similar to zipcpu icozip for the icoboard. | 19:26 |
develonepi3 | ppio #(.W(16)) | 19:26 |
develonepi3 | sramioi(o_ram_we_n, io_ram_data, o_ram_data, i_ram_data); | 19:26 |
develonepi3 | This does not work for me. | 19:26 |
develonepi3 | ppio #(.W(16)) | 19:26 |
develonepi3 | sdramioi(o_ram_we_n, io_ram_data, o_ram_data, i_ram_data); | 19:28 |
*** lutsabound has joined #yosys | 19:38 | |
daveshah | develonepi3: see this SB_IO example | 19:47 |
daveshah | https://github.com/cliffordwolf/picorv32/blob/master/picosoc/hx8kdemo.v#L57 | 19:47 |
tpb | Title: picorv32/hx8kdemo.v at master · cliffordwolf/picorv32 · GitHub (at github.com) | 19:47 |
daveshah | Can you explain your second question a bit more clearly? What do you mean does not work? | 19:48 |
*** leviathanch has quit IRC | 20:05 | |
*** m4ssi has joined #yosys | 20:23 | |
develonepi3 | daveshah: I am running several C programs cputest, hello, and jpeg which does a lifting step dwt using zipcpu on the catboard that require the SDRAM to provide stoarage. The upper 16 bits of 32 bit board work but the lower 16 bits can not be written. | 20:43 |
daveshah | develonepi3: What SDRAM controller are you using? How is it connected? | 20:45 |
daveshah | I'm not sure what you mean by 32 bit board, the CAT board appears to only have a 16 bit SDRAM on it | 20:45 |
*** chaseemory has quit IRC | 20:50 | |
*** chase_ has joined #yosys | 20:54 | |
*** chase_ has left #yosys | 20:54 | |
*** chaseemory has joined #yosys | 20:58 | |
*** tecepe has joined #yosys | 22:01 | |
*** citypw has quit IRC | 22:04 | |
*** citypw has joined #yosys | 22:05 | |
*** m4ssi has quit IRC | 22:26 | |
*** fsasm has quit IRC | 22:49 | |
develonepi3 | devshah: you can store 2 16 words is what zipcpu uses data is transferred from RPi to sdram using 8bit parallel port.see https://github.com/develone/catzip/blob/master/doc/zipcpu.pdf | 22:58 |
tpb | Title: catzip/zipcpu.pdf at master · develone/catzip · GitHub (at github.com) | 22:58 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!