Forum Rule: Always post complete source code & details to reproduce any issue!
Results 1 to 3 of 3

Thread: Can I use Verilog on a Teensy 4.1

  1. #1
    Junior Member
    Join Date
    Jun 2021
    Posts
    2

    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

  2. #2
    Senior Member PaulStoffregen's Avatar
    Join Date
    Nov 2012
    Posts
    27,705
    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

  3. #3
    Junior Member
    Join Date
    Jun 2021
    Posts
    2
    @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
  •