Adepted the modules to their new structure
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 15 Jul 2009 18:11:44 +0000 (20:11 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 15 Jul 2009 18:11:44 +0000 (20:11 +0200)
commitb2967df7f237e5b4db15d069895ca01c31712d9e
tree84579c5374a89903b9cb580e5ba9de1c1b1aef59
parentec4378a8a765c5a064b5cbed347b40c353c778a0
Adepted the modules to their new structure
19 files changed:
cλash/CLasH/Normalize.hs [new file with mode: 0644]
cλash/CLasH/Normalize/Normalize.hs [deleted file]
cλash/CLasH/Normalize/NormalizeTools.hs
cλash/CLasH/Normalize/NormalizeTypes.hs
cλash/CLasH/Translator.hs [new file with mode: 0644]
cλash/CLasH/Translator/Translator.hs [deleted file]
cλash/CLasH/Translator/TranslatorTypes.hs
cλash/CLasH/Utils/Core/CoreShow.hs
cλash/CLasH/Utils/Core/CoreTools.hs
cλash/CLasH/Utils/GhcTools.hs
cλash/CLasH/Utils/HsTools.hs
cλash/CLasH/Utils/Pretty.hs
cλash/CLasH/VHDL.hs [new file with mode: 0644]
cλash/CLasH/VHDL/Constants.hs
cλash/CLasH/VHDL/Generate.hs
cλash/CLasH/VHDL/VHDL.hs [deleted file]
cλash/CLasH/VHDL/VHDLTools.hs
cλash/CLasH/VHDL/VHDLTypes.hs
cλash/cλash.cabal