Forum Rule: Always post complete source code & details to reproduce any issue!
-
Can I use Verilog on a Teensy 4.1
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
-
Senior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules