clash-lib-1.5.0: Clash: a functional hardware description language - As a library
Copyright(C) 2020 QBayLogic B.V.
LicenseBSD2 (see the file LICENSE)
MaintainerQBayLogic B.V. <devops@qbaylogic.com
Safe HaskellNone
LanguageHaskell2010

Clash.Netlist.Id.VHDL

Description

 
Synopsis

Documentation

importedNames :: [Text] Source #

Identifiers which are imported from the following:

use IEEE.STD_LOGIC_1164.ALL; use IEEE.NUMERIC_STD.ALL; use IEEE.MATH_REAL.ALL; use std.textio.all;

Clash should not use these identifiers, as it can lead to errors when interfacing with an EDA tool.

See https://github.com/clash-lang/clash-compiler/issues/1439.

timeUnits :: [Text] Source #

Time units: are added to reservedWords as simulators trip over signals named after them.