We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 394673c + 56ec25f commit 0b0ef1bCopy full SHA for 0b0ef1b
blifexplorer/README.md
@@ -0,0 +1,18 @@
1
+# BlifExplorer
2
+Odin II visualization tool
3
+
4
+The tool visualizes blif files.
5
+It allows to explore the netlist as well as to visualize the step based simulation using random input vectors.
6
7
+Installation:
8
9
+The application requires the Qt5 framework, i.e. in ubuntu:
10
11
+ apt-get install qt5-default
12
13
+The application is build using the VTR_ROOT directory make file using the following command:
14
15
+ make CMAKE_PARAMS="-DWITH_BLIFEXPLORER=on"
16
17
+Once the project is compiled the application will reside in the blifexplorer directory.
18
blifexplorer/README.txt
0 commit comments