Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv2v
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
sv2v
Commits
0f263807
Commit
0f263807
authored
Feb 08, 2019
by
Zachary Snow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated build procedure
parent
fb8f088b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletions
+12
-1
.gitignore
+1
-0
Makefile
+4
-1
sv2v.cabal
+7
-0
No files found.
.gitignore
View file @
0f263807
*.swp
dist/
bin/
Makefile
View file @
0f263807
...
...
@@ -9,8 +9,11 @@ Language/SystemVerilog/Parser/Parse.hs: Language/SystemVerilog/Parser/Parse.y
happy
-agc
Language/SystemVerilog/Parser/Parse.y
-o
Language/SystemVerilog/Parser/Parse.hs
sv2v
:
Language/SystemVerilog/Parser/Lex.hs Language/SystemVerilog/Parser/Parse.hs
cabal install
cabal build
mkdir
-p
bin
cp dist/build/sv2v/sv2v bin/sv2v
clean
:
rm
-rfy
bin/sv2v
rm
-f
Language/SystemVerilog/Parser/Lex.hs
rm
-f
Language/SystemVerilog/Parser/Parse.hs
sv2v.cabal
View file @
0f263807
...
...
@@ -49,7 +49,14 @@ executable sv2v
array,
base
other-modules:
Data.BitVec
Language.SystemVerilog
Language.SystemVerilog.AST
Language.SystemVerilog.Parser
Language.SystemVerilog.Parser.Lex
Language.SystemVerilog.Parser.Parse
Language.SystemVerilog.Parser.Preprocess
Language.SystemVerilog.Parser.Tokens
ghc-options:
-O3
-threaded
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment