Commit 6217bc47 authored by Andrey Filippov's avatar Andrey Filippov

updated settings

parent 7dbd4f7c
cocotb_@_CocotbCUSTOM_COMPILE_DEPS=IVERILOG_INCLUDE.v<-@\#\#@->
cocotb_@_CocotbIncludeDir=${verilog_project_loc}<-@\#\#@->
cocotb_@_CocotbMODULE=test_jpeg_top<-@\#\#@->
cocotb_@_GTKWaveSavFile=jpeg_top_01.gtkw
cocotb_@_GTKWaveSavFile=jpeg_top_01.sav
cocotb_@_MakeCleanPatterns=*.pyc results.xml<-@\#\#@->*.jpg<-@\#\#@->
com.elphel.store.context.cocotb=cocotb_@_CocotbMODULE<-@\#\#@->cocotb_@_GTKWaveSavFile<-@\#\#@->cocotb_@_CocotbIncludeDir<-@\#\#@->cocotb_@_MakeCleanPatterns<-@\#\#@->cocotb_@_CocotbCUSTOM_COMPILE_DEPS<-@\#\#@->
com.elphel.store.version.cocotb=0.8
......
com.elphel.store.context.iverilog=iverilog_@_GTKWaveSavFile<-@\#\#@->
com.elphel.store.version.iverilog=1.1
eclipse.preferences.version=1
iverilog_@_GTKWaveSavFile=jpeg_top_01.gtkw
iverilog_@_GTKWaveSavFile=jpegencode_01.sav
cocotb_@_CocotbCUSTOM_COMPILE_DEPS=IVERILOG_INCLUDE.v<-@\#\#@->
cocotb_@_CocotbIncludeDir=${verilog_project_loc}<-@\#\#@->
cocotb_@_CocotbMODULE=test_jpeg_top<-@\#\#@->
cocotb_@_GTKWaveSavFile=jpeg_top_01.gtkw
cocotb_@_GTKWaveSavFile=jpeg_top_01.sav
cocotb_@_MakeCleanPatterns=*.pyc results.xml<-@\#\#@->*.jpg<-@\#\#@->
com.elphel.store.context.cocotb=cocotb_@_CocotbMODULE<-@\#\#@->cocotb_@_GTKWaveSavFile<-@\#\#@->cocotb_@_CocotbIncludeDir<-@\#\#@->cocotb_@_MakeCleanPatterns<-@\#\#@->cocotb_@_CocotbCUSTOM_COMPILE_DEPS<-@\#\#@->
com.elphel.store.version.cocotb=0.8
......
com.elphel.store.context.iverilog=iverilog_@_GTKWaveSavFile<-@\#\#@->
com.elphel.store.version.iverilog=1.1
eclipse.preferences.version=1
iverilog_@_GTKWaveSavFile=jpeg_top_01.gtkw
iverilog_@_GTKWaveSavFile=jpegencode_01.sav
......@@ -38,7 +38,6 @@ def process_image(dut, filename="", debug=False, threshold=0.22):
cocotb.fork(Clock(dut.clk, 100).start())
#Overwriting debug (original) with the one from env
debug = os.getenv('COCOTB_DEBUG') # None/1
yield Timer(10)
driver = ImageDriver(dut)
monitor = JpegMonitor(dut)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment