Thursday, 2018-03-29

*** tpb has joined #yosys00:00
*** cemerick has joined #yosys00:05
*** cemerick_ has quit IRC00:07
*** AlexDaniel has joined #yosys00:20
*** cemerick has quit IRC00:58
*** seldridge has quit IRC02:10
*** q3k has quit IRC02:18
*** digshadow has quit IRC02:24
*** seldridge has joined #yosys02:35
*** digshadow has joined #yosys03:17
*** digshadow has quit IRC03:18
*** digshadow has joined #yosys03:19
*** sandeepkr has quit IRC03:53
*** sandeepkr has joined #yosys03:55
*** danieljabailey has quit IRC03:55
*** danieljabailey has joined #yosys03:58
*** AlexDaniel has quit IRC04:10
*** sklv has quit IRC05:03
*** sklv has joined #yosys05:04
*** seldridge has quit IRC05:10
*** FabM has joined #yosys06:37
*** FabM is now known as FabM_cave06:37
*** dys has quit IRC06:38
*** GuzTech has joined #yosys06:52
*** xerpi has joined #yosys07:03
*** Chobbes has quit IRC07:42
*** leviathan has joined #yosys07:54
*** leviathan has quit IRC07:56
*** leviathan has joined #yosys07:56
*** philtor has quit IRC08:08
*** philtor has joined #yosys08:22
*** dmin7 has joined #yosys08:42
dmin7hi, 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
dmin7or the SPI that is used for flashing from within C code ..09:01
*** promach has joined #yosys09:05
*** cemerick has joined #yosys09:08
*** cemerick_ has joined #yosys09:17
*** cemerick has quit IRC09:21
ZipCPUYes, dmin7, I've built the parallel port into a full bidirectional interface with a TCP/IP redirect09:26
dmin7oh, nice .. is there some code i can look at?09:30
ZipCPUIt's in https://github.com/ZipCPU/icozip09:41
tpbTitle: GitHub - ZipCPU/icozip: A ZipCPU demonstration port for the icoboard (at github.com)09:41
ZipCPUThere's several parts to the interface.  The FPGA side is kept in rtl/pport IIRC09:42
*** pie__ has quit IRC09:42
ZipCPUThe pport->TCP/IP bounce takes place in  sw/host/netpport09:43
ZipCPUPrograms using the interface would look something like the sw/host/wbregs program, and follow the interface in sw/host/devbus.h09:44
dmin7i 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
xerpishouldn't typedefs be allowed outside of modules?09:50
xerpisyntax error, unexpected TOK_TYPEDEF, expecting TOK_LOCALPARAM or TOK_ENDPACKAGE09:50
xerpiI have a typedef inside a package and outside of a module09:50
*** leviathan has quit IRC09:51
ZipCPUdmin7: Ahh, I'm sorry, I missed that part of your question.  :(09:52
ZipCPUxerpi: In Verilog?  Does yosys even support that?09:53
xerpiZipCPU, SystemVerilog09:53
ZipCPUI didn't think yosys had full sV support (yet) ...09:54
xerpifrom the SystemVerilog standard "Types, nets, variables, tasks, functions, sequences, properties, and09:54
xerpicheckers may be declared within a package. "09:54
xerpihttp://www.ece.uah.edu/~gaede/cpe526/2012%20System%20Verilog%20Language%20Reference%20Manual.pdf09:54
xerpipage 73809:54
xerpiZipCPU, yeah right09:55
*** leviathan has joined #yosys09:55
ZipCPUWell .. the front end does recognize the token, so ... there's at least something there ...09:55
xerpiI guess Verilog only allowed typedef inside of modules09:58
dmin7ZipCPU: 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
ZipCPUSadly, 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
ZipCPUChief 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 simulation10:05
ZipCPUThe SPI might need some work as well, and then the software "demos"10:06
dmin7oh, ok, i guess i'll just try to get some sort of SPI working between the pi and icosoc then10:11
*** leviathan has quit IRC10:40
*** eduardo_ has joined #yosys11:08
*** eduardo__ has quit IRC11:12
xerpiis this a verilator bug or the standard?11:14
xerpihttps://hastebin.com/raw/poxosafesa11:14
xerpibar1 and bar2 have different values11:14
xerpithat's the full code: https://hastebin.com/raw/gayinosaju11:15
*** xerpi has quit IRC11:21
ZipCPUxerpi: Have you looked through the code Verilator creates??11:38
*** proteusguy has quit IRC11:55
*** proteusguy has joined #yosys12:07
*** pie__ has joined #yosys12:13
*** proteus-guy has joined #yosys12:13
*** proteusguy has quit IRC12:17
*** pie__ has quit IRC12:18
*** proteus-guy has quit IRC12:19
*** proteus-guy has joined #yosys12:32
*** proteusguy has joined #yosys12:43
*** proteus-guy has quit IRC12:46
*** proteusguy has quit IRC12:50
*** proteusguy has joined #yosys13:02
*** zkrx has quit IRC13:03
*** pie__ has joined #yosys13:16
*** zkrx has joined #yosys13:25
*** pie__ has quit IRC13:26
*** dys has joined #yosys13:28
*** xerpi has joined #yosys13:43
*** cemerick has joined #yosys13:46
*** X-Scale has quit IRC13:47
*** cemerick_ has quit IRC13:48
*** captain_morgan has quit IRC14:01
*** pie_ has joined #yosys14:02
*** pie_ has quit IRC14:07
*** AlexDaniel has joined #yosys14:11
*** sklv has quit IRC14:24
*** sklv has joined #yosys14:25
*** cemerick_ has joined #yosys14:27
*** cemerick has quit IRC14:30
*** pie_ has joined #yosys14:38
*** emeb has joined #yosys14:54
*** promach has quit IRC15:00
*** jhol has quit IRC15:13
*** seldridge has joined #yosys15:21
*** cemerick_ has quit IRC15:25
*** promach has joined #yosys15:31
*** xrexeon has joined #yosys15:43
*** xrexeon has quit IRC15:50
*** GuzTech has quit IRC15:52
*** xerpi has quit IRC16:10
*** pie_ has quit IRC16:20
*** proteusguy has quit IRC16:21
*** pie_ has joined #yosys16:33
*** proteusguy has joined #yosys16:40
*** seldridge has quit IRC16:43
*** promach has quit IRC16:46
*** seldridge has joined #yosys17:11
*** leviathan has joined #yosys17:17
*** digshadow has quit IRC17:37
*** digshadow has joined #yosys17:53
*** cr1901 has joined #yosys18:07
*** m_w_ has quit IRC18:23
*** seldridge has quit IRC18:24
*** FabM_cave has quit IRC18:25
*** seldridge has joined #yosys18:26
*** m_w has joined #yosys18:33
ZipCPUAnyone 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=voting18:50
*** dys has quit IRC18:53
mjo-uk_s/our toosl/our tools/19:56
*** dys has joined #yosys20:11
*** cemerick has joined #yosys20:56
*** xerpi has joined #yosys21:07
*** xerpi has joined #yosys21:08
*** Chobbes has joined #yosys21:09
*** digshadow has quit IRC21:21
*** leviathan has quit IRC21:29
*** cemerick has quit IRC21:34
*** digshadow has joined #yosys21:42
*** m_w has quit IRC21:52
*** nonlinear has quit IRC21:54
*** dmin7 has quit IRC22:33
*** m_w has joined #yosys22:49
*** also_captain_mor has quit IRC22:51
*** cr19011 has joined #yosys23:32
*** cr1901 has quit IRC23:32
*** cr19011 has quit IRC23:32
*** cr1901 has joined #yosys23:33
*** mjo-uk_ has quit IRC23:42
*** xerpi has quit IRC23:42
*** mjo has joined #yosys23:47
*** mjo is now known as mjouk23:47
*** mjouk is now known as mjo_uk23:47
*** mjo_uk has quit IRC23:53

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!