*** tpb has joined #yosys | 00:00 | |
*** cemerick has joined #yosys | 00:05 | |
*** cemerick_ has quit IRC | 00:07 | |
*** AlexDaniel has joined #yosys | 00:20 | |
*** cemerick has quit IRC | 00:58 | |
*** seldridge has quit IRC | 02:10 | |
*** q3k has quit IRC | 02:18 | |
*** digshadow has quit IRC | 02:24 | |
*** seldridge has joined #yosys | 02:35 | |
*** digshadow has joined #yosys | 03:17 | |
*** digshadow has quit IRC | 03:18 | |
*** digshadow has joined #yosys | 03:19 | |
*** sandeepkr has quit IRC | 03:53 | |
*** sandeepkr has joined #yosys | 03:55 | |
*** danieljabailey has quit IRC | 03:55 | |
*** danieljabailey has joined #yosys | 03:58 | |
*** AlexDaniel has quit IRC | 04:10 | |
*** sklv has quit IRC | 05:03 | |
*** sklv has joined #yosys | 05:04 | |
*** seldridge has quit IRC | 05:10 | |
*** FabM has joined #yosys | 06:37 | |
*** FabM is now known as FabM_cave | 06:37 | |
*** dys has quit IRC | 06:38 | |
*** GuzTech has joined #yosys | 06:52 | |
*** xerpi has joined #yosys | 07:03 | |
*** Chobbes has quit IRC | 07:42 | |
*** leviathan has joined #yosys | 07:54 | |
*** leviathan has quit IRC | 07:56 | |
*** leviathan has joined #yosys | 07:56 | |
*** philtor has quit IRC | 08:08 | |
*** philtor has joined #yosys | 08:22 | |
*** dmin7 has joined #yosys | 08:42 | |
dmin7 | hi, i wonder, has anyone ever done anything with icosoc raspi interface besides using it to write debug output? (reading data from it eg x) | 08:45 |
---|---|---|
dmin7 | or the SPI that is used for flashing from within C code .. | 09:01 |
*** promach has joined #yosys | 09:05 | |
*** cemerick has joined #yosys | 09:08 | |
*** cemerick_ has joined #yosys | 09:17 | |
*** cemerick has quit IRC | 09:21 | |
ZipCPU | Yes, dmin7, I've built the parallel port into a full bidirectional interface with a TCP/IP redirect | 09:26 |
dmin7 | oh, nice .. is there some code i can look at? | 09:30 |
ZipCPU | It's in https://github.com/ZipCPU/icozip | 09:41 |
tpb | Title: GitHub - ZipCPU/icozip: A ZipCPU demonstration port for the icoboard (at github.com) | 09:41 |
ZipCPU | There's several parts to the interface. The FPGA side is kept in rtl/pport IIRC | 09:42 |
*** pie__ has quit IRC | 09:42 | |
ZipCPU | The pport->TCP/IP bounce takes place in sw/host/netpport | 09:43 |
ZipCPU | Programs using the interface would look something like the sw/host/wbregs program, and follow the interface in sw/host/devbus.h | 09:44 |
dmin7 | i was affraid you were gonna say that (: .. i'm (still) using the picorv32/icosoc setup .. and as far as i can see your icozip doesn't have much to do with "icosoc"? | 09:46 |
xerpi | shouldn't typedefs be allowed outside of modules? | 09:50 |
xerpi | syntax error, unexpected TOK_TYPEDEF, expecting TOK_LOCALPARAM or TOK_ENDPACKAGE | 09:50 |
xerpi | I have a typedef inside a package and outside of a module | 09:50 |
*** leviathan has quit IRC | 09:51 | |
ZipCPU | dmin7: Ahh, I'm sorry, I missed that part of your question. :( | 09:52 |
ZipCPU | xerpi: In Verilog? Does yosys even support that? | 09:53 |
xerpi | ZipCPU, SystemVerilog | 09:53 |
ZipCPU | I didn't think yosys had full sV support (yet) ... | 09:54 |
xerpi | from the SystemVerilog standard "Types, nets, variables, tasks, functions, sequences, properties, and | 09:54 |
xerpi | checkers may be declared within a package. " | 09:54 |
xerpi | http://www.ece.uah.edu/~gaede/cpe526/2012%20System%20Verilog%20Language%20Reference%20Manual.pdf | 09:54 |
xerpi | page 738 | 09:54 |
xerpi | ZipCPU, yeah right | 09:55 |
*** leviathan has joined #yosys | 09:55 | |
ZipCPU | Well .. the front end does recognize the token, so ... there's at least something there ... | 09:55 |
xerpi | I guess Verilog only allowed typedef inside of modules | 09:58 |
dmin7 | ZipCPU: do you happen to have some instructions on howto get ICOZIP running (i'm using the icezero, not the icoboard, so i would have to adjust the pinout at least, i guess) | 10:02 |
ZipCPU | Sadly, no. I spent so much time getting the pport interface to work, that I never managed to get the CPU up and running. | 10:04 |
ZipCPU | Chief among the things to be done was the SRAM--I never managed to build the interface to it, or verify the code that uses that interface in simulation | 10:05 |
ZipCPU | The SPI might need some work as well, and then the software "demos" | 10:06 |
dmin7 | oh, ok, i guess i'll just try to get some sort of SPI working between the pi and icosoc then | 10:11 |
*** leviathan has quit IRC | 10:40 | |
*** eduardo_ has joined #yosys | 11:08 | |
*** eduardo__ has quit IRC | 11:12 | |
xerpi | is this a verilator bug or the standard? | 11:14 |
xerpi | https://hastebin.com/raw/poxosafesa | 11:14 |
xerpi | bar1 and bar2 have different values | 11:14 |
xerpi | that's the full code: https://hastebin.com/raw/gayinosaju | 11:15 |
*** xerpi has quit IRC | 11:21 | |
ZipCPU | xerpi: Have you looked through the code Verilator creates?? | 11:38 |
*** proteusguy has quit IRC | 11:55 | |
*** proteusguy has joined #yosys | 12:07 | |
*** pie__ has joined #yosys | 12:13 | |
*** proteus-guy has joined #yosys | 12:13 | |
*** proteusguy has quit IRC | 12:17 | |
*** pie__ has quit IRC | 12:18 | |
*** proteus-guy has quit IRC | 12:19 | |
*** proteus-guy has joined #yosys | 12:32 | |
*** proteusguy has joined #yosys | 12:43 | |
*** proteus-guy has quit IRC | 12:46 | |
*** proteusguy has quit IRC | 12:50 | |
*** proteusguy has joined #yosys | 13:02 | |
*** zkrx has quit IRC | 13:03 | |
*** pie__ has joined #yosys | 13:16 | |
*** zkrx has joined #yosys | 13:25 | |
*** pie__ has quit IRC | 13:26 | |
*** dys has joined #yosys | 13:28 | |
*** xerpi has joined #yosys | 13:43 | |
*** cemerick has joined #yosys | 13:46 | |
*** X-Scale has quit IRC | 13:47 | |
*** cemerick_ has quit IRC | 13:48 | |
*** captain_morgan has quit IRC | 14:01 | |
*** pie_ has joined #yosys | 14:02 | |
*** pie_ has quit IRC | 14:07 | |
*** AlexDaniel has joined #yosys | 14:11 | |
*** sklv has quit IRC | 14:24 | |
*** sklv has joined #yosys | 14:25 | |
*** cemerick_ has joined #yosys | 14:27 | |
*** cemerick has quit IRC | 14:30 | |
*** pie_ has joined #yosys | 14:38 | |
*** emeb has joined #yosys | 14:54 | |
*** promach has quit IRC | 15:00 | |
*** jhol has quit IRC | 15:13 | |
*** seldridge has joined #yosys | 15:21 | |
*** cemerick_ has quit IRC | 15:25 | |
*** promach has joined #yosys | 15:31 | |
*** xrexeon has joined #yosys | 15:43 | |
*** xrexeon has quit IRC | 15:50 | |
*** GuzTech has quit IRC | 15:52 | |
*** xerpi has quit IRC | 16:10 | |
*** pie_ has quit IRC | 16:20 | |
*** proteusguy has quit IRC | 16:21 | |
*** pie_ has joined #yosys | 16:33 | |
*** proteusguy has joined #yosys | 16:40 | |
*** seldridge has quit IRC | 16:43 | |
*** promach has quit IRC | 16:46 | |
*** seldridge has joined #yosys | 17:11 | |
*** leviathan has joined #yosys | 17:17 | |
*** digshadow has quit IRC | 17:37 | |
*** digshadow has joined #yosys | 17:53 | |
*** cr1901 has joined #yosys | 18:07 | |
*** m_w_ has quit IRC | 18:23 | |
*** seldridge has quit IRC | 18:24 | |
*** FabM_cave has quit IRC | 18:25 | |
*** seldridge has joined #yosys | 18:26 | |
*** m_w has joined #yosys | 18:33 | |
ZipCPU | Anyone interested in voting on the logo contest at: https://en.99designs.at/logo-design/contests/corporate-logo-evaluation-project-extended-cooperation-later-809088/poll/e9998dd703/vote?utm_source=voting_app&utm_medium=web&utm_campaign=voting | 18:50 |
*** dys has quit IRC | 18:53 | |
mjo-uk_ | s/our toosl/our tools/ | 19:56 |
*** dys has joined #yosys | 20:11 | |
*** cemerick has joined #yosys | 20:56 | |
*** xerpi has joined #yosys | 21:07 | |
*** xerpi has joined #yosys | 21:08 | |
*** Chobbes has joined #yosys | 21:09 | |
*** digshadow has quit IRC | 21:21 | |
*** leviathan has quit IRC | 21:29 | |
*** cemerick has quit IRC | 21:34 | |
*** digshadow has joined #yosys | 21:42 | |
*** m_w has quit IRC | 21:52 | |
*** nonlinear has quit IRC | 21:54 | |
*** dmin7 has quit IRC | 22:33 | |
*** m_w has joined #yosys | 22:49 | |
*** also_captain_mor has quit IRC | 22:51 | |
*** cr19011 has joined #yosys | 23:32 | |
*** cr1901 has quit IRC | 23:32 | |
*** cr19011 has quit IRC | 23:32 | |
*** cr1901 has joined #yosys | 23:33 | |
*** mjo-uk_ has quit IRC | 23:42 | |
*** xerpi has quit IRC | 23:42 | |
*** mjo has joined #yosys | 23:47 | |
*** mjo is now known as mjouk | 23:47 | |
*** mjouk is now known as mjo_uk | 23:47 | |
*** mjo_uk has quit IRC | 23:53 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!