This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module tb; | |
logic clk_axi; | |
initial begin | |
clk_axi = 1'd0; | |
forever begin | |
clk_axi <= !clk_axi; | |
#(800ps/2.0); | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ================================================================== | |
# module list | |
# ------------------------------------------------------------------ | |
# python 3.5 (apt) | |
# tensorflow latest (pip) | |
# opencv latest (git) | |
# caffe latest (git) | |
# openpose latest (git) | |
# pyopenpose latest (git) | |
# custom_dependencies latest (apt) |