Things to read to learn about FPGA programming:
- Designing Video Game Hardware in Verilog (recommended by @indigo)
Things to read to learn about FPGA programming:
Today on IRC the BeagleV-Fire was brought to my attention. This computer system sports an FPGA and looks like just the thing to get as an entry-level system to learn about FPGA tech. These things seem to be hard to find at the moment but apparently they sell for around US$150 which is quite affordable for an entry-level system. And the manufacturer’s commitment to open hardware is encouraging. Click-through on the link to find a heap of developer resources.
Wanna check out ESP-IDF which is Espressif’s official IoT Development Framework. Have to decide if I will use Linux, Mac, or Windows, and whether I will use VSCode or Eclipse.
This looks like a good place to start: https://github.com/espressif/esp-idf
Read a bunch of stuff about hardware debugging. Learned a thing or two, but I have much further to go!
The square brackets are for a closed interval wherein endpoints are included.
The round brackets are for an open interval wherein endpoints are excluded.
Today I read about the Morris worm, malware from 1988.
I finally got around to reading about YAML at Wikipedia. Worth doing if you use YAML anywhere and haven’t read the YAML page yet.
The Wikipedia article links to the official website: yaml.org, which is good fun. It’s written in YAML! :D
If you’re interested in data formats and markup languages here’s some other reading on the subject:
I was watching Relational Theory for Computer Professionals – C.J. Date and he made this fun remark:
There’s only three databases in the world: there’s departments and employees, there’s courses and students, and there’s suppliers and parts.
ChatGPT explains a Complex Programmable Logic Device (CPLD):
A CPLD (Complex Programmable Logic Device) is a type of digital integrated circuit that is used for creating custom digital logic designs. It’s a step between simple PLDs (Programmable Logic Devices) and more complex FPGAs (Field-Programmable Gate Arrays).
Click through for further details.