verilog-0.0.5: Verilog parser and DSL.

Safe HaskellNone

Language.Verilog.Parser

Synopsis

Documentation

parseFile :: [(String, String)] -> FilePath -> String -> [Module]Source

Parses a file given a table of predefined macros, the file name, and the file contents.

preprocess :: [(String, String)] -> FilePath -> String -> StringSource

A simple `define preprocessor.