00:35
_whitelogger has joined #yosys
01:35
seldridge has quit [Ping timeout: 246 seconds]
02:31
gsi__ has joined #yosys
02:34
gsi_ has quit [Ping timeout: 246 seconds]
02:42
emeb has quit [Quit: Leaving.]
02:44
seldridge has joined #yosys
03:29
emeb_mac has joined #yosys
04:29
_whitelogger has joined #yosys
04:37
pie___ has joined #yosys
04:40
pie__ has quit [Ping timeout: 240 seconds]
06:19
rohitksingh has joined #yosys
06:29
X-Scale has quit [Read error: Connection reset by peer]
07:15
rohitksingh has quit [Remote host closed the connection]
07:17
rohitksingh has joined #yosys
07:55
seldridge has quit [Ping timeout: 240 seconds]
07:57
jevinskie has joined #yosys
08:00
emeb_mac has quit [Quit: Leaving.]
08:01
leviathanch has joined #yosys
08:35
_whitelogger has joined #yosys
08:38
rohitksingh has quit [Ping timeout: 250 seconds]
08:41
jevinskie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
08:42
jevinskie has joined #yosys
08:52
s_frit has quit [Remote host closed the connection]
08:53
s_frit has joined #yosys
09:20
jevinski_ has joined #yosys
09:22
jevinskie has quit [Ping timeout: 240 seconds]
09:22
jevinski_ has quit [Read error: Connection reset by peer]
09:23
jevinskie has joined #yosys
12:41
jevinskie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:58
cr1901_modern has quit [Ping timeout: 246 seconds]
14:00
cr1901_modern has joined #yosys
14:21
s_frit has quit [Remote host closed the connection]
14:21
s_frit has joined #yosys
14:47
tmeissner has joined #yosys
15:04
tmeissner has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
15:07
ZipCPU has quit [Read error: Connection reset by peer]
15:10
ZipCPU has joined #yosys
15:14
emeb has joined #yosys
15:15
ZipCPU has quit [Ping timeout: 264 seconds]
16:23
emeb_mac has joined #yosys
16:32
promach has quit [Ping timeout: 245 seconds]
16:34
seldridge has joined #yosys
16:59
Thorn has quit [Ping timeout: 250 seconds]
17:15
chaseemory has joined #yosys
18:04
Thorn has joined #yosys
18:17
fsasm has joined #yosys
19:02
develonepi3 has joined #yosys
19:03
<
develonepi3 >
Hello all: I have code for my catboard sdram design.
19:03
<
develonepi3 >
The lines below work when I use arachne-pnr in h/w not simulation.
19:04
<
develonepi3 >
assign io_ram_data = (ram_drive_data) ? o_ram_data : 16'bzzzz_zzzz_zzzz_zzzz;
19:04
<
develonepi3 >
always @(posedge s_clk)
19:04
<
develonepi3 >
r_ram_data_ext_clk <= io_ram_data;
19:04
<
develonepi3 >
always @(posedge s_clk)
19:04
<
develonepi3 >
i_ram_data <= r_ram_data_ext_clk;
19:05
<
develonepi3 >
How would you write this for sb-io? I need to start using nextpnr
19:19
<
develonepi3 >
Hello all: My design is similar to zipcpu icozip for the icoboard.
19:19
<
develonepi3 >
ppio #(.W(16))
19:19
<
develonepi3 >
sramioi(o_ram_we_n, io_ram_data, o_ram_data, i_ram_data);
19:19
<
develonepi3 >
This does not work for me.
19:19
<
develonepi3 >
ppio #(.W(16))
19:21
<
develonepi3 >
sdramioi(o_ram_we_n, io_ram_data, o_ram_data, i_ram_data);
19:31
lutsabound has joined #yosys
19:40
<
daveshah >
develonepi3: see this SB_IO example
19:40
<
tpb >
Title: picorv32/hx8kdemo.v at master · cliffordwolf/picorv32 · GitHub (at github.com)
19:41
<
daveshah >
Can you explain your second question a bit more clearly? What do you mean does not work?
19:58
leviathanch has quit [Remote host closed the connection]
20:16
m4ssi has joined #yosys
20:35
<
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:38
<
daveshah >
develonepi3: What SDRAM controller are you using? How is it connected?
20:38
<
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:43
chaseemory has quit [Quit: leaving]
20:47
chase_ has joined #yosys
20:47
chase_ has left #yosys [#yosys]
20:51
chaseemory has joined #yosys
21:53
tecepe has joined #yosys
21:57
citypw has quit [Ping timeout: 272 seconds]
21:58
citypw has joined #yosys
22:19
m4ssi has quit [Remote host closed the connection]
22:42
fsasm has quit [Ping timeout: 245 seconds]
22:51
<
tpb >
Title: catzip/zipcpu.pdf at master · develone/catzip · GitHub (at github.com)
23:52
tpb has quit [Remote host closed the connection]
23:53
tpb has joined #yosys