*** tpb has joined #yosys | 00:00 | |
*** xrexeon has joined #yosys | 00:13 | |
*** xrexeon has quit IRC | 00:14 | |
*** xrexeon has joined #yosys | 00:15 | |
*** promach__ has joined #yosys | 00:17 | |
*** xrexeon has quit IRC | 00:17 | |
*** xrexeon has joined #yosys | 00:17 | |
*** xrexeon has quit IRC | 00:19 | |
*** xrexeon has joined #yosys | 00:20 | |
*** AlexDaniel has quit IRC | 00:55 | |
*** leviathan has joined #yosys | 01:01 | |
*** cemerick_ has quit IRC | 01:13 | |
*** captain_morgan has quit IRC | 01:15 | |
*** captain_morgan has joined #yosys | 01:15 | |
*** promach__ has quit IRC | 01:41 | |
*** digshadow has joined #yosys | 01:50 | |
*** promach_ has quit IRC | 02:25 | |
*** sklv has quit IRC | 02:47 | |
*** sklv has joined #yosys | 02:48 | |
*** promach_ has joined #yosys | 03:39 | |
mazzoo | dmin7 is gone, but his pll_locked evaluation to resetn seems wrong for me | 05:51 |
---|---|---|
*** kraiskil has joined #yosys | 06:17 | |
*** emeb_mac has quit IRC | 06:53 | |
*** pie_ has quit IRC | 06:57 | |
*** GuzTech has joined #yosys | 07:46 | |
*** dmin7 has joined #yosys | 08:56 | |
mazzoo | dmin7: 07:47 < mazzoo> dmin7 is gone, but his pll_locked evaluation to resetn seems wrong for me | 09:02 |
dmin7 | hi, i switched to this pll/clk/reset: https://pastebin.com/dsBBeqpA and it works | 09:26 |
tpb | Title: [VeriLog] // PLL for clock wire clk24, pll_locked; reg sysclk = 0; SB_PLL40_PAD # - Pastebin.com (at pastebin.com) | 09:26 |
daveshah | dmin7: awesome! | 09:26 |
dmin7 | daveshah: i also had miso and mosi swapped, thats why it didn't work :o | 09:27 |
dmin7 | whole excursion probably didn't hurt in terms of getting to know the board and ico/picosoc, but kinda stupid mistake x) | 09:28 |
daveshah | yeah it's always good learning :) | 09:29 |
daveshah | debugging skills if nothing else | 09:29 |
dmin7 | but yay! .. working icosoc and picosoc on the icezero :) | 09:29 |
mazzoo | dmin7: fyi only: I prefer using icepll for setting the pll, like there: https://github.com/grahamedgecombe/icicle/blob/master/Makefile | 09:30 |
tpb | Title: icicle/Makefile at master · grahamedgecombe/icicle · GitHub (at github.com) | 09:30 |
dmin7 | hmm, looks nice | 09:32 |
* dmin7 bookmarked for later | 09:32 | |
*** cemerick_ has joined #yosys | 09:58 | |
*** cemerick has joined #yosys | 10:02 | |
*** cemerick_ has quit IRC | 10:05 | |
*** pie_ has joined #yosys | 10:29 | |
*** oldtopman has quit IRC | 10:46 | |
*** GuzTech has quit IRC | 11:11 | |
*** kraiskil has quit IRC | 11:16 | |
*** xrexeon has joined #yosys | 11:24 | |
*** pie_ has quit IRC | 11:25 | |
*** indy has quit IRC | 11:38 | |
*** pie_ has joined #yosys | 11:41 | |
*** proteusguy has joined #yosys | 11:45 | |
*** leviathan has joined #yosys | 12:08 | |
*** dxld_ has joined #yosys | 12:27 | |
*** dxld_ is now known as dxld[work] | 12:30 | |
*** dxld[work] has left #yosys | 12:30 | |
*** dmin7 has quit IRC | 12:48 | |
*** dmin7 has joined #yosys | 12:55 | |
*** promach__ has joined #yosys | 13:10 | |
*** AlexDaniel has joined #yosys | 13:14 | |
*** promach__ has quit IRC | 13:44 | |
*** promach__ has joined #yosys | 13:49 | |
*** emeb has joined #yosys | 14:05 | |
*** m_t has joined #yosys | 14:12 | |
*** m_t has quit IRC | 14:17 | |
*** seldridge has joined #yosys | 14:29 | |
*** GuzTech has joined #yosys | 14:42 | |
*** promach__ has quit IRC | 15:30 | |
*** promach__ has joined #yosys | 15:41 | |
*** promach__ has quit IRC | 16:38 | |
*** leviathan has quit IRC | 16:40 | |
*** cemerick_ has joined #yosys | 16:54 | |
*** cemerick has quit IRC | 16:58 | |
*** cemerick has joined #yosys | 17:29 | |
*** indy has joined #yosys | 17:31 | |
*** cemerick_ has quit IRC | 17:31 | |
*** oldtopman has joined #yosys | 17:36 | |
*** digshadow has quit IRC | 18:00 | |
*** digshadow has joined #yosys | 18:28 | |
*** digshadow1 has joined #yosys | 18:30 | |
*** m_w has joined #yosys | 18:32 | |
*** digshadow has quit IRC | 18:33 | |
*** jwhitmore has joined #yosys | 18:39 | |
*** digshadow1 has left #yosys | 18:55 | |
*** digshadow has joined #yosys | 18:55 | |
thoughtpolice | I *thought* I knew how to do this, but: is there an easy way to mark a module in a hierarchy as a blackbox, but without using `(* blackbox *)` on the module itself? | 19:23 |
daveshah | In a yosys script? | 19:32 |
daveshah | `setattr` should work | 19:33 |
daveshah | http://www.clifford.at/yosys/cmd_setattr.html | 19:33 |
tpb | Title: Yosys Open SYnthesis Suite :: Command Reference :: setattr (at www.clifford.at) | 19:33 |
*** jwhitmore has quit IRC | 19:33 | |
thoughtpolice | daveshah: Interestingly, `setattr -mod FOO -set blackbox true` did not seem to work, but because I'm just a huge goof I completely missed the literal `blackbox` command. ;_; I also thought this was a setattr property | 19:38 |
daveshah | thoughtpolice: OK, thanks for working this out :) I know now too | 19:39 |
thoughtpolice | Err, I typoed the command but I think you get me. I ended up digging at the source and hit this rather than just seeing it in `help` :P Thanks for the pointer! | 19:39 |
thoughtpolice | Probably file and fix a few minor bugs from my current work hopefully, hit a few tiny things... | 19:39 |
* thoughtpolice wishes he could use Yosys at work more often | 19:39 | |
*** cemerick has quit IRC | 19:43 | |
*** digshadow1 has joined #yosys | 19:52 | |
*** digshadow has quit IRC | 19:54 | |
*** m_w has quit IRC | 20:05 | |
*** m_w has joined #yosys | 20:08 | |
*** dmin7 has quit IRC | 21:31 | |
*** digshadow1 has quit IRC | 21:39 | |
*** cemerick has joined #yosys | 21:43 | |
*** dys has joined #yosys | 21:48 | |
*** GuzTech has quit IRC | 21:58 | |
*** digshadow has joined #yosys | 22:02 | |
*** seldridge has quit IRC | 22:21 | |
*** cemerick_ has joined #yosys | 22:23 | |
*** cemerick has quit IRC | 22:27 | |
*** cemerick has joined #yosys | 22:51 | |
*** cemerick_ has quit IRC | 22:54 | |
*** mwk has quit IRC | 23:39 | |
*** mwk has joined #yosys | 23:41 | |
*** ar3itrary has quit IRC | 23:54 | |
*** ar3itrary has joined #yosys | 23:55 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!