*** tpb has joined #symbiflow | 00:00 | |
mithro | Have people seen http://kastner.ucsd.edu/hlsbook/ ? | 01:11 |
---|---|---|
tpb | Title: Parallel Programming for FPGAs | Kastner Research Group (at kastner.ucsd.edu) | 01:11 |
*** Raito_Bezarius has joined #symbiflow | 01:47 | |
*** rj_ has joined #symbiflow | 01:54 | |
*** citypw has joined #symbiflow | 02:12 | |
*** rj_ has quit IRC | 02:14 | |
*** rj_ has joined #symbiflow | 02:26 | |
*** rj_ has quit IRC | 02:33 | |
*** rj_ has joined #symbiflow | 02:33 | |
*** rj_ has quit IRC | 02:50 | |
*** space_zealot has quit IRC | 03:28 | |
*** space_zealot has joined #symbiflow | 03:42 | |
*** Degi_ has joined #symbiflow | 03:56 | |
*** Degi has quit IRC | 03:58 | |
*** Degi_ is now known as Degi | 03:58 | |
*** futarisIRCcloud has quit IRC | 05:18 | |
*** space_zealot has quit IRC | 05:48 | |
*** _whitelogger has quit IRC | 06:18 | |
*** _whitelogger has joined #symbiflow | 06:20 | |
*** tpb has joined #symbiflow | 07:09 | |
*** anymouse_404 has joined #symbiflow | 09:32 | |
*** anymouse_404 has quit IRC | 09:34 | |
*** infinite_recursi has joined #symbiflow | 10:31 | |
*** infinite_recursi has quit IRC | 10:35 | |
*** gromero__ has joined #symbiflow | 12:00 | |
*** gromero__ is now known as gromero | 12:07 | |
*** infinite_recursi has joined #symbiflow | 12:46 | |
infinite_recursi | Are there existing codes for letter display through vga in verilog? Something like a shell program with no commands? | 12:48 |
infinite_recursi | So all letters when typed on keyboard show up and on pressing enter the line moves up and one can type something else on next line starting with a $ | 12:49 |
infinite_recursi | ? | 12:49 |
lambda | infinite_recursi: I doubt it exists already, but shouldn't need much more than a UART, a text renderer and a small state machine | 12:50 |
lambda | (or s/UART/some kind of input peripheral/ | 12:51 |
infinite_recursi | Where can I get a text renderer? | 12:52 |
infinite_recursi | uart and fsm I can create, I think text renderer should be quite some work, creating pixel representations for every character on keyboard | 12:52 |
lambda | feel free to use my graphics submodule, it's VHDL though https://gitlab.com/YARM-project/soc/-/tree/master/vhdl/components/gfx | 12:52 |
lambda | it interfaces to a memory storing the character codepoints using tram_addr and tram_data in gfx_module.vhd | 12:54 |
infinite_recursi | Thanks, this is great. Though, is there nothing like this in verilog? | 12:56 |
lambda | there probably is, but since I don't use verilog I don't know anything in particular, sorry | 12:58 |
infinite_recursi | No problem, thanks, the work text renderer helped | 13:03 |
infinite_recursi | Found https://github.com/gipi/electronics-notes/tree/master/fpga/mojo/VGAGlyph | 13:03 |
*** tucanae47 has quit IRC | 13:26 | |
*** flammit has quit IRC | 13:26 | |
*** daveshah has quit IRC | 13:26 | |
*** ktemkin has quit IRC | 13:27 | |
*** tannewt has quit IRC | 13:27 | |
*** jopdorp has quit IRC | 13:27 | |
*** davidlattimore has quit IRC | 13:27 | |
*** ric96 has quit IRC | 13:27 | |
*** ovf has quit IRC | 13:27 | |
*** y2kbugger has quit IRC | 13:27 | |
*** emilazy has quit IRC | 13:27 | |
*** sorear has quit IRC | 13:27 | |
*** elms has quit IRC | 13:27 | |
*** hosana has quit IRC | 13:27 | |
*** tucanae47 has joined #symbiflow | 13:27 | |
*** davidlattimore has joined #symbiflow | 13:28 | |
*** sorear has joined #symbiflow | 13:28 | |
*** ric96 has joined #symbiflow | 13:28 | |
*** hosana has joined #symbiflow | 13:28 | |
*** flammit has joined #symbiflow | 13:29 | |
*** jopdorp has joined #symbiflow | 13:29 | |
*** y2kbugger has joined #symbiflow | 13:29 | |
*** emilazy has joined #symbiflow | 13:30 | |
*** ovf has joined #symbiflow | 13:31 | |
*** ktemkin has joined #symbiflow | 13:31 | |
*** daveshah has joined #symbiflow | 13:31 | |
*** tannewt has joined #symbiflow | 13:31 | |
*** FFY00 has joined #symbiflow | 13:40 | |
*** infinite_recursi has quit IRC | 13:44 | |
*** elms has joined #symbiflow | 13:45 | |
*** space_zealot has joined #symbiflow | 14:38 | |
*** space_zealot has quit IRC | 15:04 | |
*** space_zealot has joined #symbiflow | 16:21 | |
*** citypw has quit IRC | 16:24 | |
lambda | is the TMDS_33 IOSTANDARD (for DVI and HDMI) supported yet? if not, what does it get lowered to, LVCMOS33? | 16:51 |
sf-slack | <acomodi> TMDS_33 is not yet supported, but LVCMOS33 yes | 16:52 |
lambda | alright, then I'm just gonna assume that's why my HDMI output doesn't work :) | 16:53 |
sf-slack | <acomodi> Most probably yes, that's the reason. FYI, I need to double check, but all the supported IOSTANDARDS at the moment are: LVCMOS[12|15|18|25|33] and SSTL[15|135] | 16:55 |
sf-slack | <acomodi> From the prjxray perspective, this would be the fuzzer that requires an enhancment to increase the range of IOSTANDARDs supported: https://github.com/SymbiFlow/prjxray/tree/master/fuzzers/030-iob | 17:00 |
*** kraiskil has joined #symbiflow | 17:59 | |
umarcor | infinite_recursi: the ref I provided the other day has text rendering, https://github.com/juanmard/screen-pong/tree/master/stage-03 | 18:01 |
*** tannewt has quit IRC | 18:24 | |
*** tannewt has joined #symbiflow | 18:25 | |
*** elms has quit IRC | 18:25 | |
*** ovf has quit IRC | 18:25 | |
*** elms has joined #symbiflow | 18:26 | |
*** ovf has joined #symbiflow | 18:27 | |
*** kgugala has joined #symbiflow | 18:35 | |
*** kgugala_ has quit IRC | 18:38 | |
sf-slack | <timo.callahan> Has anyone explored how much of the whole ecosystem can run on *ChromeOS-Linux*? I've checked that dfu-util works with Fomu, and openocd & picocom work with Arty, but I haven't yet tried installing/running LiteX or Symbiflow. One thing that DOESN'T seem to work is connecting to Fomu after it's programmed and should be visible on /dev/ttyACM0. | 18:49 |
*** kgugala has quit IRC | 19:10 | |
*** kgugala has joined #symbiflow | 19:10 | |
*** kraiskil has quit IRC | 20:32 | |
sf-slack | <pgielda> ChromeOS Linux runs inside kvm so its not using the same linux kernel | 20:36 |
sf-slack | <pgielda> so you will not see /dev/ttyACM0 as its kinda a different computer | 20:36 |
sf-slack | <pgielda> maybe crosvm supports USB forwarding somehow | 20:37 |
sf-slack | <pgielda> I seem to remember that it was supposed to be supported at one point but not sure if it does not filter out uart devies like /dev/ttyACM* etc | 20:38 |
sf-slack | <pgielda> something you probably could try to experiment is vmc in crosh | 20:40 |
sf-slack | <pgielda> and see what it can do nowaydays | 20:40 |
sf-slack | <pgielda> in any case you have to somehow forward the USB to the virtual machine that linux runs in, it might be doable, might not. | 20:42 |
sf-slack | <pgielda> otherwise everything linux should work, its kinda just a debian running in a vm | 20:42 |
Evidlo | can anyone recommend a devboard for learning to interface with ethernet, an SD card, and some memory? | 20:48 |
Evidlo | I was maybe considering an Arty board with some PMODs, although I think I would prefer a Lattice board | 20:50 |
mithro | Evidlo: Arty is the best one if you want a Xilinx device, a ECP5 board like the https://www.crowdsupply.com/radiona/ulx3s or the new https://shop.lambdaconcept.com/home/46-1-ecpix-5.html seem like pretty decent options | 20:52 |
tpb | Title: ULX3S | Crowd Supply (at www.crowdsupply.com) | 20:52 |
Evidlo | is knowledge fairly transferrable between boards? my long term goal is to eventually get 10GigE with an ECP5 | 20:52 |
Evidlo | than second one looks like it has more peripherals than the Arty anyway | 20:53 |
mithro | Evidlo: if you stay on the open source tools -- then yes, if you need to use proprietary tools -- it's much harder | 20:55 |
Evidlo | any reason I should prefer the bigger ECPIX-5? I really have no idea how many cells/LUTs I would need | 21:01 |
Evidlo | long term project is to do some DSP on several hundred streams of data and send it over 10 gigabit ethernet | 21:03 |
mithro | Evidlo: I would always suggest going bigger if you can afford it | 21:22 |
-_whitenotifier- [fasm] mithro opened issue #49: Split the antlr parser into it's own Python package - https://git.io/JtwlW | 22:12 | |
*** craigo has joined #symbiflow | 22:13 | |
*** craigo has quit IRC | 22:13 | |
*** join_subline has quit IRC | 22:41 | |
*** gromero has quit IRC | 22:46 | |
*** daveshah has quit IRC | 23:03 | |
*** ktemkin has quit IRC | 23:03 | |
*** ric96 has quit IRC | 23:04 | |
*** ktemkin has joined #symbiflow | 23:04 | |
*** daveshah has joined #symbiflow | 23:04 | |
*** ric96 has joined #symbiflow | 23:05 | |
*** josi7 has quit IRC | 23:14 | |
*** josi7 has joined #symbiflow | 23:33 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!