Moved clash to it's own library directory, and started on library structure
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 15 Jul 2009 17:29:53 +0000 (19:29 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 15 Jul 2009 17:29:53 +0000 (19:29 +0200)
commitec4378a8a765c5a064b5cbed347b40c353c778a0
tree8289b9abfdb917849d03839fd22eda9f9c372cb1
parentb8c1e8554ba8aee73bc9d9a54bb3cb32f7930957
Moved clash to it's own library directory, and started on library structure
34 files changed:
Constants.hs [deleted file]
CoreShow.hs [deleted file]
CoreTools.hs [deleted file]
Generate.hs [deleted file]
GhcTools.hs [deleted file]
HsTools.hs [deleted file]
LICENSE [deleted file]
Normalize.hs [deleted file]
NormalizeTools.hs [deleted file]
NormalizeTypes.hs [deleted file]
Pretty.hs [deleted file]
Translator.hs [deleted file]
TranslatorTypes.hs [deleted file]
VHDL.hs [deleted file]
VHDLTools.hs [deleted file]
VHDLTypes.hs [deleted file]
cλash.cabal [deleted file]
cλash/CLasH/Normalize/Normalize.hs [new file with mode: 0644]
cλash/CLasH/Normalize/NormalizeTools.hs [new file with mode: 0644]
cλash/CLasH/Normalize/NormalizeTypes.hs [new file with mode: 0644]
cλash/CLasH/Translator/Translator.hs [new file with mode: 0644]
cλash/CLasH/Translator/TranslatorTypes.hs [new file with mode: 0644]
cλash/CLasH/Utils/Core/CoreShow.hs [new file with mode: 0644]
cλash/CLasH/Utils/Core/CoreTools.hs [new file with mode: 0644]
cλash/CLasH/Utils/GhcTools.hs [new file with mode: 0644]
cλash/CLasH/Utils/HsTools.hs [new file with mode: 0644]
cλash/CLasH/Utils/Pretty.hs [new file with mode: 0644]
cλash/CLasH/VHDL/Constants.hs [new file with mode: 0644]
cλash/CLasH/VHDL/Generate.hs [new file with mode: 0644]
cλash/CLasH/VHDL/VHDL.hs [new file with mode: 0644]
cλash/CLasH/VHDL/VHDLTools.hs [new file with mode: 0644]
cλash/CLasH/VHDL/VHDLTypes.hs [new file with mode: 0644]
cλash/LICENSE [new file with mode: 0644]
cλash/cλash.cabal [new file with mode: 0644]