Posts

Blog posts

FPGA logo large

Exploring Register Files

It is back to FPGA topics for this next article. This time we are going to be exploring register files. A register file is nothing more than an array, collection or “file” of registers. We have encountered registers before, first when I introduced sequential circuits and the Verilog reg keyword. A register is nothing more

Exploring Register Files Read More »

FPGA logo large

Meet the Firth of Forth

I am taking a short break from FPGA topics because I want to introduce you to Firth. Firth is an experimental programming language heavily inspired by Forth. Its design goals are to be small, fast and efficient, portable and embeddable. Forth was designed by Charles Moore in 1968 to be a procedural, stack-oriented programming language

Meet the Firth of Forth Read More »