Skip to content

Sladuca/firrtl-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

firrtl-parser

This project is incomplete.

firrtl-parser is a parser for FIRRTL, the Chips Alliance's "Flexible Intermediate Representation for RTL". It is implemented in rust using the oh-so-wonderful nom crate.

You can read the FIRRTL Spec here

Features

This crate will expose a single function that takes a string consisting of spec-compliant FIRRTL and returns an AST. It will never, ever do anything else. Stuff like typechecking, simulation, codegen, etc are explicitly out of scope of this crate.

About

a firrtl parser written using rust and nom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages