Saturday, 2019-02-02

*** tpb has joined #yosys00:00
*** _whitelogger has quit IRC00:40
*** _whitelogger has joined #yosys00:42
*** seldridge has quit IRC01:42
*** gsi__ has joined #yosys02:38
*** gsi_ has quit IRC02:41
*** emeb has quit IRC02:49
*** seldridge has joined #yosys02:51
*** emeb_mac has joined #yosys03:36
*** _whitelogger has quit IRC04:34
*** _whitelogger has joined #yosys04:36
*** pie___ has joined #yosys04:44
*** pie__ has quit IRC04:47
*** rohitksingh has joined #yosys06:26
*** X-Scale has quit IRC06:36
*** rohitksingh has quit IRC07:22
*** rohitksingh has joined #yosys07:24
*** seldridge has quit IRC08:02
*** jevinskie has joined #yosys08:05
*** emeb_mac has quit IRC08:07
*** leviathanch has joined #yosys08:08
*** _whitelogger has quit IRC08:40
*** _whitelogger has joined #yosys08:42
*** rohitksingh has quit IRC08:45
*** jevinskie has quit IRC08:48
*** jevinskie has joined #yosys08:49
*** s_frit has quit IRC08:59
*** s_frit has joined #yosys09:00
*** jevinski_ has joined #yosys09:27
*** jevinskie has quit IRC09:30
*** jevinski_ has quit IRC09:30
*** jevinskie has joined #yosys09:30
*** jevinskie has quit IRC12:49
*** cr1901_modern has quit IRC14:05
*** cr1901_modern has joined #yosys14:07
*** s_frit has quit IRC14:28
*** s_frit has joined #yosys14:28
*** tmeissner has joined #yosys14:54
*** tmeissner has quit IRC15:11
*** ZipCPU has quit IRC15:14
*** ZipCPU has joined #yosys15:17
*** emeb has joined #yosys15:21
*** ZipCPU has quit IRC15:22
*** emeb_mac has joined #yosys16:30
*** promach has quit IRC16:39
*** seldridge has joined #yosys16:41
*** Thorn has quit IRC17:06
*** chaseemory has joined #yosys17:22
*** Thorn has joined #yosys18:11
*** fsasm has joined #yosys18:25
*** develonepi3 has joined #yosys19:09
develonepi3Hello all: I have code for my catboard sdram design.19:10
develonepi3The lines below work when I use arachne-pnr in h/w not simulation.19:10
develonepi3assign io_ram_data = (ram_drive_data) ? o_ram_data : 16'bzzzz_zzzz_zzzz_zzzz;19:11
develonepi3always @(posedge s_clk)19:11
develonepi3r_ram_data_ext_clk <= io_ram_data;19:11
develonepi3always @(posedge s_clk)19:11
develonepi3i_ram_data <= r_ram_data_ext_clk;19:11
develonepi3How would you write this for sb-io? I need to start using nextpnr19:13
develonepi3Hello all: My design is similar to zipcpu icozip for the icoboard.19:26
develonepi3ppio #(.W(16))19:26
develonepi3sramioi(o_ram_we_n, io_ram_data, o_ram_data, i_ram_data);19:26
develonepi3This does not work for me.19:26
develonepi3ppio #(.W(16))19:26
develonepi3sdramioi(o_ram_we_n, io_ram_data, o_ram_data, i_ram_data);19:28
*** lutsabound has joined #yosys19:38
daveshahdevelonepi3: see this SB_IO example19:47
daveshahhttps://github.com/cliffordwolf/picorv32/blob/master/picosoc/hx8kdemo.v#L5719:47
tpbTitle: picorv32/hx8kdemo.v at master · cliffordwolf/picorv32 · GitHub (at github.com)19:47
daveshahCan you explain your second question a bit more clearly? What do you mean does not work?19:48
*** leviathanch has quit IRC20:05
*** m4ssi has joined #yosys20:23
develonepi3daveshah: 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
daveshahdevelonepi3: What SDRAM controller are you using? How is it connected?20:45
daveshahI'm not sure what you mean by 32 bit board, the CAT board appears to only have a 16 bit SDRAM on it20:45
*** chaseemory has quit IRC20:50
*** chase_ has joined #yosys20:54
*** chase_ has left #yosys20:54
*** chaseemory has joined #yosys20:58
*** tecepe has joined #yosys22:01
*** citypw has quit IRC22:04
*** citypw has joined #yosys22:05
*** m4ssi has quit IRC22:26
*** fsasm has quit IRC22:49
develonepi3devshah: 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.pdf22:58
tpbTitle: 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!