Hi Everyone,
I'm learning Verilog, and wondered if I can use Verilog with a Teensy 4.1, I can't find any info on whether this board is supported or not.
Any help appreciated.
Chris
Printable View
Hi Everyone,
I'm learning Verilog, and wondered if I can use Verilog with a Teensy 4.1, I can't find any info on whether this board is supported or not.
Any help appreciated.
Chris
No. Teensy is a microcontroller, programmed with traditional programming languages. Verilog is used programmable logic and IC design. Teensy 4.1 doesn't have generic programmable logic on the scale of a FPGA or CPLD where Verilog is used. Teensy 4.1 does have tiny AOI logic unit for peripheral triggers, but it's very small and not usable with Verilog.
You'd need this sort of board to play with Verilog.
https://1bitsquared.com/products/icebreaker
@PaulStoffregen, Thank you