Thursday, 2022-12-15

*** Guest60 <Guest60!~Guest60@2409:4053:2e89:5900:290d:f100:debd:47a5> has joined #libre-soc05:56
Guest60hi06:06
Guest60all of you06:06
klyshello06:19
programmerjakehi06:21
Guest60hlo jake06:22
Guest60are you currently contributing06:23
klyshe is06:23
Guest60hi klys06:26
Guest60what are you doing06:26
klysi'm downloading verilator for this laptop06:26
Guest60for why06:27
klyssince I want to learn some basic verilog06:27
Guest60that's nice06:48
Guest60klys please check your inbox06:48
*** Guest60 <Guest60!~Guest60@2409:4053:2e89:5900:290d:f100:debd:47a5> has quit IRC06:48
*** Guest60 <Guest60!~Guest60@2409:4053:2e89:5900:290d:f100:debd:47a5> has joined #libre-soc06:49
*** Guest6085 <Guest6085!~Guest60@2409:4053:2e89:5900:290d:f100:debd:47a5> has joined #libre-soc06:51
*** Guest6085 is now known as bagiyal06:52
*** ghostmansd <ghostmansd!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC06:54
*** Guest60 <Guest60!~Guest60@2409:4053:2e89:5900:290d:f100:debd:47a5> has quit IRC06:56
*** bagiyal <bagiyal!~Guest60@2409:4053:2e89:5900:290d:f100:debd:47a5> has quit IRC07:20
klyshow does this look, and is there a way to recreate it in nmigen: http://45.55.20.239/verilog/jkff.v.txt07:46
klysrather07:46
*** Guest60 <Guest60!~Guest60@132.154.49.145> has joined #libre-soc07:46
klyshow does this look, and is there a way to recreate it in nmigen: http://show.ing.me/verilog/jkff.v.txt07:46
*** Guest60 <Guest60!~Guest60@132.154.49.145> has quit IRC08:07
*** Guest60 <Guest60!~Guest60@132.154.49.145> has joined #libre-soc08:15
*** bagiyal <bagiyal!~bagiyal@132.154.49.145> has joined #libre-soc08:17
*** bagiyal <bagiyal!~bagiyal@132.154.49.145> has quit IRC08:35
*** Guest60 <Guest60!~Guest60@132.154.49.145> has quit IRC08:35
*** bagiyal <bagiyal!~bagiyal@132.154.49.145> has joined #libre-soc09:18
*** bagiyal <bagiyal!~bagiyal@132.154.49.145> has quit IRC09:32
*** bagiyal <bagiyal!~bagiyal@2409:4053:2e89:5900:d816:67ce:fe2f:2f97> has joined #libre-soc10:02
bagiyalhi10:04
*** Guest60 <Guest60!~Guest60@2409:4053:2e89:5900:d816:67ce:fe2f:2f97> has joined #libre-soc10:04
bagiyal:-(10:11
programmerjakehi10:13
*** bagiyal <bagiyal!~bagiyal@2409:4053:2e89:5900:d816:67ce:fe2f:2f97> has left #libre-soc10:19
lkclklys, oh allo, been a while!11:31
lkcli got disconnected and reconnected, just saw this https://libre-soc.org/irclog/%23libre-soc.2022-12-15.log.html11:32
lkclanswer: yes, of course - you just simply use a nmigen switch/case statement11:32
lkcland rather than "if ck()" you use "sync +=" inside the case statement11:33
lkcloff-the-cuff... erm...ermermem...11:33
lkclfrom nmigen import Module, Elaboratable, Signal (etc. etc.)11:33
lkclclass jkk:11:34
lkcl   def elaborate(self, platform):11:34
lkcl      m = Module()11:34
lkcl       sync = m.d.sync11:34
lkcl    with m.Switch(Cat(self.J, self.K)):11:35
lkcl        with m.Case(0b10):11:35
lkcl          sync += self.Qi.eq(1)11:35
lkcletc. etc. you get the general idea11:36
lkclthe __init__() of class jkk would be:11:36
lkcl    def __init__(self, Q, J, K):11:36
lkcl        self.Qi = self.Q = Q11:37
lkcl      self.J, self.K = J, K11:37
lkcli made self.Qi == Self.Q because i slightly messed up above, it should have been "sync += self.Q.eq(1)"11:37
lkcldon't bother assigning to a temporary "reg" - nmigen will auto-create the "temporary" when you use sync += by going "oh, sync is a ck-controlled domain, let me create a temporary Q$next for you before kindly assigning that auto-created Signal to the DFF named Q for you again all automatically so that you don't have to piss about"11:39
* lkcl thinks11:40
lkcllooking more closely, you *might* have to create a neg-edge domain11:41
sadoon[m]Turns out the only two Xilinx boards I have are Zynq (which is great because of the SoC, not great because support hasn't matured on those afaict)12:02
sadoon[m]I know I saw mention of a specific board on libre-soc.org but I can't seem to find it again12:03
sadoon[m]I remember one being used by the project and supported by nmigen, is it the arty 7000?12:06
sadoon[m]I'm thinking of also getting a ulx3s since it's supported by so many projects but the 85k LUT version is on backorder :(12:09
sadoon[m]Aha, on hdl_workflow it says arty a7 100t board, awesome12:09
*** octavius <octavius!~octavius@92.40.170.125.threembb.co.uk> has joined #libre-soc12:48
klyslkcl, thanks a lot, looking forward to trying it out13:48
klyslooks like I'll have to figure out how to clone nmigen from git.libre-soc.org first14:03
klysfollowing instructions from https://web.archive.org/web/20211208074340/http://nmigen.info/nmigen/latest/install.html14:03
klysin any case, I have to leave for work soon this morning.14:03
klysshould be back in ~nine hours14:07
programmerjakeclone it from https://gitlab.com/nmigen/nmigen.git, not git.libre-soc.org, the libre-soc repo is out of date and not really used anymore14:19
klys...on the bus at the moment.  i have a command now called nmigen-rpc14:50
klyslater!  good luck with libre-soc!15:02
*** octavius <octavius!~octavius@92.40.170.125.threembb.co.uk> has quit IRC15:18
*** octavius <octavius!~octavius@92.40.168.96.threembb.co.uk> has joined #libre-soc15:19
octaviuslkcl, do you remember how long microwatt-verilator of dtbImage.microwatt took for you to to the login prompt?15:33
*** octavius <octavius!~octavius@92.40.168.96.threembb.co.uk> has quit IRC17:38
*** octavius <octavius!~octavius@92.40.168.91.threembb.co.uk> has joined #libre-soc21:49
*** octavius <octavius!~octavius@92.40.168.91.threembb.co.uk> has quit IRC22:57
klyshello23:26

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!