small fixes
This commit is contained in:
parent
646cfab82b
commit
38933a789a
3 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,7 @@ VERBOSE=1
|
|||
|
||||
interfaces=(typeBase.epi typeTracks.epi typeArray.epi cstArrayInit.epi cstBaseInit.epi cstPhysics.epi cstTracksInit.epi mc_TypeInputs.epi mc_TypeLists.epi mc_TypeSensors.epi)
|
||||
ext_libs=(mc_ext.epi mathext.epi)
|
||||
sources=(math.ept trackslib.ept digital.ept mc.ept dv.ept verif.ept debug.ept)
|
||||
sources=(math.ept trackslib.ept digital.ept mc.ept verif.ept dv.ept debug.ept)
|
||||
|
||||
exit_if_failed() {
|
||||
if [ $? != 0 ]; then
|
||||
|
|
1
heptc
1
heptc
|
@ -56,6 +56,7 @@ java )
|
|||
shift
|
||||
compile -target java "$@"
|
||||
if [[ $STATUS = 0 ]]
|
||||
then
|
||||
#call javac to compile the file given as last argument
|
||||
last_arg=$#
|
||||
base_f=`basename ${!last_arg} .ept`
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
open Iostream
|
||||
|
||||
type pixel = float^3
|
||||
|
||||
|
@ -141,7 +140,6 @@ node main<<size_x, size_y:int>> () returns (img, out : pixel; ck_out :bool;
|
|||
let
|
||||
(*ck_out = true fby false fby not ck_out;*)
|
||||
img = pix_o fby pix_sum(img, pix_o);
|
||||
() = out_bool(ck_y_dhv);
|
||||
(out, ck_out, y, y_dh, y_dh_t, y_dhv_t, ck_y_dh, ck_y_dhv) = down_img<<size_x,size_y,3,3>>(img);
|
||||
tel
|
||||
|
||||
|
|
Loading…
Reference in a new issue