From 92b24ac5fec9c9a33e815ffebe6e661a0dd82a37 Mon Sep 17 00:00:00 2001 From: Vincent Cheung Date: Thu, 28 Feb 2019 11:38:28 -0800 Subject: [PATCH 1/2] Clean directory for clock_divider --- CS152A_lab4.gise | 84 +- CS152A_lab4.xise | 1 + _xmsgs/pn_parser.xmsgs | 15 - clock_divider_tb_beh.prj | 3 - clock_divider_tb_isim_beh.exe | Bin 21792 -> 0 bytes clock_divider_tb_isim_beh.wdb | Bin 26872 -> 0 bytes debouncer_summary.html | 3 +- fuse.log | 21 - iseconfig/debouncer.xreport | 2 +- isim.cmd | 3 - isim.log | 18 - .../ISimEngine-DesignHierarchy.dbg | Bin 6572 -> 0 bytes .../clock_divider_tb_isim_beh.exe | Bin 18068 -> 0 bytes .../isimcrash.log | 0 .../isimkernel.log | 28 - .../netId.dat | Bin 68 -> 0 bytes .../tmp_save/_1 | Bin 3144 -> 0 bytes .../work/clock_divider_tb_isim_beh.exe_main.c | 36 - ...clock_divider_tb_isim_beh.exe_main.lin64.o | Bin 2464 -> 0 bytes .../work/m_09849682382041335492_4206923262.c | 171 --- .../m_09849682382041335492_4206923262.didat | Bin 3908 -> 0 bytes .../m_09849682382041335492_4206923262.lin64.o | Bin 4024 -> 0 bytes .../work/m_10849284138665537701_0968957248.c | 1041 ----------------- .../m_10849284138665537701_0968957248.didat | Bin 5312 -> 0 bytes .../m_10849284138665537701_0968957248.lin64.o | Bin 10560 -> 0 bytes .../work/m_16541823861846354283_2073120511.c | 337 ------ .../m_16541823861846354283_2073120511.didat | Bin 5524 -> 0 bytes .../m_16541823861846354283_2073120511.lin64.o | Bin 5304 -> 0 bytes isim/isim_usage_statistics.html | 16 - isim/lockfile | 0 isim/pn_info | 1 - isim/work/clock_divider.sdb | Bin 8360 -> 0 bytes isim/work/clock_divider_tb.sdb | Bin 2405 -> 0 bytes isim/work/glbl.sdb | Bin 5159 -> 0 bytes xilinxsim.ini | 1 - 35 files changed, 5 insertions(+), 1776 deletions(-) delete mode 100644 _xmsgs/pn_parser.xmsgs delete mode 100644 clock_divider_tb_beh.prj delete mode 100644 clock_divider_tb_isim_beh.exe delete mode 100644 clock_divider_tb_isim_beh.wdb delete mode 100644 fuse.log delete mode 100644 isim.cmd delete mode 100644 isim.log delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/ISimEngine-DesignHierarchy.dbg delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/clock_divider_tb_isim_beh.exe delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/isimcrash.log delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/isimkernel.log delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/netId.dat delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/tmp_save/_1 delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/work/clock_divider_tb_isim_beh.exe_main.c delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/work/clock_divider_tb_isim_beh.exe_main.lin64.o delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/work/m_09849682382041335492_4206923262.c delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/work/m_09849682382041335492_4206923262.didat delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/work/m_09849682382041335492_4206923262.lin64.o delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/work/m_10849284138665537701_0968957248.c delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/work/m_10849284138665537701_0968957248.didat delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/work/m_10849284138665537701_0968957248.lin64.o delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/work/m_16541823861846354283_2073120511.c delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/work/m_16541823861846354283_2073120511.didat delete mode 100644 isim/clock_divider_tb_isim_beh.exe.sim/work/m_16541823861846354283_2073120511.lin64.o delete mode 100644 isim/isim_usage_statistics.html delete mode 100644 isim/lockfile delete mode 100644 isim/pn_info delete mode 100644 isim/work/clock_divider.sdb delete mode 100644 isim/work/clock_divider_tb.sdb delete mode 100644 isim/work/glbl.sdb delete mode 100644 xilinxsim.ini diff --git a/CS152A_lab4.gise b/CS152A_lab4.gise index 25919b0..00b934e 100644 --- a/CS152A_lab4.gise +++ b/CS152A_lab4.gise @@ -21,88 +21,8 @@ - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/CS152A_lab4.xise b/CS152A_lab4.xise index fb2d83d..2ddb410 100644 --- a/CS152A_lab4.xise +++ b/CS152A_lab4.xise @@ -334,6 +334,7 @@ + diff --git a/_xmsgs/pn_parser.xmsgs b/_xmsgs/pn_parser.xmsgs deleted file mode 100644 index 9348179..0000000 --- a/_xmsgs/pn_parser.xmsgs +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - -Analyzing Verilog file "/home/ise/CS152A-lab4/clock_divider.v" into library work - - - - diff --git a/clock_divider_tb_beh.prj b/clock_divider_tb_beh.prj deleted file mode 100644 index 7c51bba..0000000 --- a/clock_divider_tb_beh.prj +++ /dev/null @@ -1,3 +0,0 @@ -verilog work "clock_divider.v" -verilog work "clock_divider_tb.v" -verilog work "/opt/Xilinx/14.7/ISE_DS/ISE//verilog/src/glbl.v" diff --git a/clock_divider_tb_isim_beh.exe b/clock_divider_tb_isim_beh.exe deleted file mode 100644 index 11ae4f70553f0c5d3994a18a93c772b43d96d96f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21792 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

a6HrzL;S1r9MUCK5(+esQC~E3TeHKaf_Ib1e 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 diff --git a/debouncer_summary.html b/debouncer_summary.html index c152c3c..a18d9c6 100644 --- a/debouncer_summary.html +++ b/debouncer_summary.html @@ -7,7 +7,6 @@ Project File: CS152A_lab4.xise Parser Errors: -X 2 Errors Module Name: @@ -75,5 +74,5 @@ -

Date Generated: 02/28/2019 - 19:21:08
+
Date Generated: 02/28/2019 - 19:36:03
\ No newline at end of file diff --git a/fuse.log b/fuse.log deleted file mode 100644 index fa8e124..0000000 --- a/fuse.log +++ /dev/null @@ -1,21 +0,0 @@ -Running: /opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64/unwrapped/fuse -intstyle ise -incremental -lib unisims_ver -lib unimacro_ver -lib xilinxcorelib_ver -lib secureip -o /home/ise/CS152A-lab4/clock_divider_tb_isim_beh.exe -prj /home/ise/CS152A-lab4/clock_divider_tb_beh.prj work.clock_divider_tb work.glbl -ISim P.20160913 (signature 0xfbc00daa) -Number of CPUs detected in this system: 1 -Turning on mult-threading, number of parallel sub-compilation jobs: 0 -Determining compilation order of HDL files -Analyzing Verilog file "/home/ise/CS152A-lab4/clock_divider.v" into library work -Analyzing Verilog file "/home/ise/CS152A-lab4/clock_divider_tb.v" into library work -Analyzing Verilog file "/opt/Xilinx/14.7/ISE_DS/ISE//verilog/src/glbl.v" into library work -Starting static elaboration -Completed static elaboration -Fuse Memory Usage: 94948 KB -Fuse CPU Usage: 980 ms -Compiling module clock_divider_default -Compiling module clock_divider_tb -Compiling module glbl -Time Resolution for simulation is 1ps. -Compiled 3 Verilog Units -Built simulation executable /home/ise/CS152A-lab4/clock_divider_tb_isim_beh.exe -Fuse Memory Usage: 98120 KB -Fuse CPU Usage: 1000 ms -GCC CPU Usage: 250 ms diff --git a/iseconfig/debouncer.xreport b/iseconfig/debouncer.xreport index 60cd07a..ad8b8c2 100644 --- a/iseconfig/debouncer.xreport +++ b/iseconfig/debouncer.xreport @@ -1,7 +1,7 @@
- 2019-02-28T19:20:52 + 2019-02-28T19:36:03 debouncer Unknown /home/ise/CS152A-lab4/iseconfig/debouncer.xreport diff --git a/isim.cmd b/isim.cmd deleted file mode 100644 index fff18e8..0000000 --- a/isim.cmd +++ /dev/null @@ -1,3 +0,0 @@ -onerror {resume} -wave add / -run 1000 ns; diff --git a/isim.log b/isim.log deleted file mode 100644 index fec1d91..0000000 --- a/isim.log +++ /dev/null @@ -1,18 +0,0 @@ -ISim log file -Running: /home/ise/CS152A-lab4/clock_divider_tb_isim_beh.exe -intstyle ise -gui -tclbatch isim.cmd -wdb /home/ise/CS152A-lab4/clock_divider_tb_isim_beh.wdb -ISim P.20160913 (signature 0xfbc00daa) ----------------------------------------------------------------------- -WARNING:Security:42 - Your software subscription period has lapsed. Your current version of Xilinx tools will continue to function, but you no longer qualify for Xilinx software updates or new releases. - - ----------------------------------------------------------------------- -This is a Full version of ISim. -Time resolution is 1 ps -# onerror resume -# wave add / -# run 1000 ns -Simulator is doing circuit initialization process. -Finished circuit initialization process. -# run all -Stopped at time : 2000100 ns : File "/home/ise/CS152A-lab4/clock_divider_tb.v" Line 62 -# exit 0 diff --git a/isim/clock_divider_tb_isim_beh.exe.sim/ISimEngine-DesignHierarchy.dbg b/isim/clock_divider_tb_isim_beh.exe.sim/ISimEngine-DesignHierarchy.dbg deleted file mode 100644 index a91364f9666b938c9adad670a69dfc82614f4700..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6572 zcmeH}S!i5U7{`xwU#iu*FKv?6-F7-zt!pQfX_97Y;>^Uw^y}D*7O(AQt+d5dXhB=cIQ|s|o6h=m+0?-}%n( z{?BsHy>s_0-v8@6ZQJfVI6FK0f-z=3-+R0TF~7USQ0pia720>?{EZ z>#%3YKRk}CX2;r?zHj&FcIA)BHN9C46Gq!@7AZN#Ht5G_`thq5dk#LO`t!E$LZFB- z9)41!##mT1qVv6KKgk*6R)C0|p!_uXayeSePuq1wRLMN5&L`#QT&lKP2Yu+^%=2O>tMQ(Ro@LJFO0Do=+!knP^1kd1<_4by)L!I?a}e zMs#*dW1rQTUVu)kWug(CH>B~d)tOm<&JC7{MwQGS`9*S`8E4!Zo--V4tOc`A@nSiw z<9)WtvilV;u^fAa`Rs~X*}Si~Opc}-(`Q#&_JAVqLs%_8G@s@D$Gi0l#RfU7d-uSq zIX4dLf&E&sQ4Y(y67yNs1N)sK>x4Z~j`=L>DZjUD(JzWQIeXy#4`AK?Qa@D=dq{Cm zPVHnl=Ck}C!2YUun;iBOIp(vARfA>0LvlBk(j(Z@Rf9cFi`rya#=_8Loy-{x{$F7i zi@n{}7z^{~z;g|Ip4iRGxt_5wpFK-8*e0=eD0gEWja_QlRbub7EMsB5F8_PzUN818 z<>;O%$9$G&0k&7{-O6E^7v{5^9oQkUfpS>ph50OJ2eu&g9_6rS%Q2tj?9f*gJFEzM zjvRv}x_dz#_7Sloim>j#-Dj!8J}x$I+4B@JpQR4_jMy!T=$iG z$7dTY`-<3mE$hCYe74E5Z;2hXEcXZV*%hiWhmXZ>Rb&p_AIxWYm%x4_wx|fp{lR?p zGSy&z7JHu}EcXZVS-!1cfyQbfd{XH9Yn8(? z7Ur{j$H0Ch_B!RTjD`6u>!I&}*c%jKV{#0ZNR4^09@x*t-l#~Od0{@=rW)*bVsBD} zWnP%ivUb=X#onw4%e*k3?NAN&pxAYauq|@TXW1v%-^3;qVOaxfQ7JTPwAm-vlU3+c zq|O@XBgY(jy>i%dRY=-8Yk+m%Cyr%LVVhLwQl!orVBPnLW7$*KRVt(usj~)H_kH46 z_7rxl3hNcAua(2{d|{4VryRCZg>GACy|6rAm}3*lVf$3znWWBoVfj8GI(CI}*g+L| zCaJSt7`{)UEbk52yda)QSk?=3s*TiW^WK2HUj?2?>a3T((`x9@{!OUWgSdg;+8hZ);AhDh-dc z#`2}f{8+H1I8)qGmCRUh}hMrv#AWLjtaP1RK?YzQm$t8 zGX2S5sJAQEV{&uZ^mMiUX4~8Qm+$o4F(C<$hC3pP91w-@csMY~SEr1F!-l=U<+{kF zTv*Gig>t~bs*rHfHtL`R>ociaO;;irq%%4hbFIUD*=$hPi1%!+Ve06dQ|O&2R*S=> zpe-J(soxzvjV4igVEDmG(B2lr|G2ZmztSWpC#pd_-t1rHI$DC}dO6q88nhg}qb+DX zdPjTE=5^dssCE_dr6As}d4&&SIGxsOHJeCtt>$pJ*|tU_ht0VSY1WW+mG(6nE3Etu D_)y!1 diff --git a/isim/clock_divider_tb_isim_beh.exe.sim/clock_divider_tb_isim_beh.exe b/isim/clock_divider_tb_isim_beh.exe.sim/clock_divider_tb_isim_beh.exe deleted file mode 100644 index 632d4353b88dad804c39ef3e28ef5d2ff55a8570..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18068 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 diff --git a/isim/clock_divider_tb_isim_beh.exe.sim/work/clock_divider_tb_isim_beh.exe_main.c b/isim/clock_divider_tb_isim_beh.exe.sim/work/clock_divider_tb_isim_beh.exe_main.c deleted file mode 100644 index d11752e..0000000 --- a/isim/clock_divider_tb_isim_beh.exe.sim/work/clock_divider_tb_isim_beh.exe_main.c +++ /dev/null @@ -1,36 +0,0 @@ -/**********************************************************************/ -/* ____ ____ */ -/* / /\/ / */ -/* /___/ \ / */ -/* \ \ \/ */ -/* \ \ Copyright (c) 2003-2009 Xilinx, Inc. */ -/* / / All Right Reserved. */ -/* /---/ /\ */ -/* \ \ / \ */ -/* \___\/\___\ */ -/***********************************************************************/ - -#include "xsi.h" - -struct XSI_INFO xsi_info; - - - -int main(int argc, char **argv) -{ - xsi_init_design(argc, argv); - xsi_register_info(&xsi_info); - - xsi_register_min_prec_unit(-12); - work_m_10849284138665537701_0968957248_init(); - work_m_09849682382041335492_4206923262_init(); - work_m_16541823861846354283_2073120511_init(); - - - xsi_register_tops("work_m_09849682382041335492_4206923262"); - xsi_register_tops("work_m_16541823861846354283_2073120511"); - - - return xsi_run_simulation(argc, argv); - -} diff --git a/isim/clock_divider_tb_isim_beh.exe.sim/work/clock_divider_tb_isim_beh.exe_main.lin64.o b/isim/clock_divider_tb_isim_beh.exe.sim/work/clock_divider_tb_isim_beh.exe_main.lin64.o deleted file mode 100644 index 44dedd047bab8d81a11f6fdf191ce3e4926a6f8f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2464 zcmbW3TWb_a6vt~4cO7rDi5CdyLnGow)--*ao*qG&F`Hz>!GKXvM2nu8)@hRN3DX^o zzW5LjgDmWRlYR6>_QCxS`?Svrf_QmcnLYpRs-&kggOCH&b?R6DQ`fGpe!kFLoG28S zv;w=rc1w~n_D=@Z5?o`)*kN{irLpy)xc#lM{pB5SC!W0;PiS-NSKt*XH-L$j-fY1qb&PPfaJ z4w5GX(0TB2%NM zLF~3DkNaufm0sUlbJf_}jG5YTW0$F|C}L{AhXUlf>M*t43j!}BN!W`$l?FZ+#cq3* zbcpu4{9)e>JTa2}X9|U4%YV!@Q4{54j+wdx86WOxN_hs}E#k?TBHpJXzAjQF+T3qEy&6gX^ePRR?0XSuz!e^@sdvy%db5m*G2zb z6f%~d7RvdtLq79E8Z;#;k5W;NA*oNR8HPEk|Jj47;8L!`Tv4>LH-qi~`y{t00!SCU6^>-_9e%Oe1ei3{&$%h}4dro`${vOZFOP>2Og-#8J zC#CCS_&ws&?DIgz$h -#ifdef __GNUC__ -#include -#else -#include -#define alloca _alloca -#endif -static const char *ng0 = "/home/ise/CS152A-lab4/clock_divider_tb.v"; -static int ng1[] = {0, 0}; - - - -static void Initial_51_0(char *t0) -{ - char *t1; - char *t2; - char *t3; - -LAB0: t1 = (t0 + 3320U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(51, ng0); - -LAB4: xsi_set_current_line(53, ng0); - t2 = ((char*)((ng1))); - t3 = (t0 + 2088); - xsi_vlogvar_assign_value(t3, t2, 0, 0, 1); - xsi_set_current_line(54, ng0); - t2 = ((char*)((ng1))); - t3 = (t0 + 2248); - xsi_vlogvar_assign_value(t3, t2, 0, 0, 1); - xsi_set_current_line(55, ng0); - t2 = ((char*)((ng1))); - t3 = (t0 + 2408); - xsi_vlogvar_assign_value(t3, t2, 0, 0, 1); - xsi_set_current_line(58, ng0); - t2 = (t0 + 3128); - xsi_process_wait(t2, 100000LL); - *((char **)t1) = &&LAB5; - -LAB1: return; -LAB5: xsi_set_current_line(62, ng0); - t2 = (t0 + 3128); - xsi_process_wait(t2, 2000000000LL); - *((char **)t1) = &&LAB6; - goto LAB1; - -LAB6: xsi_set_current_line(62, ng0); - xsi_vlog_finish(1); - goto LAB1; - -} - -static void Always_65_1(char *t0) -{ - char t3[8]; - char *t1; - char *t2; - char *t4; - char *t5; - char *t6; - char *t7; - unsigned int t8; - unsigned int t9; - unsigned int t10; - unsigned int t11; - unsigned int t12; - char *t13; - char *t14; - char *t15; - unsigned int t16; - unsigned int t17; - unsigned int t18; - unsigned int t19; - unsigned int t20; - unsigned int t21; - unsigned int t22; - unsigned int t23; - char *t24; - -LAB0: t1 = (t0 + 3568U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(65, ng0); - t2 = (t0 + 3376); - xsi_process_wait(t2, 5000LL); - *((char **)t1) = &&LAB4; - -LAB1: return; -LAB4: xsi_set_current_line(65, ng0); - t4 = (t0 + 2248); - t5 = (t4 + 56U); - t6 = *((char **)t5); - memset(t3, 0, 8); - t7 = (t6 + 4); - t8 = *((unsigned int *)t7); - t9 = (~(t8)); - t10 = *((unsigned int *)t6); - t11 = (t10 & t9); - t12 = (t11 & 1U); - if (t12 != 0) - goto LAB8; - -LAB6: if (*((unsigned int *)t7) == 0) - goto LAB5; - -LAB7: t13 = (t3 + 4); - *((unsigned int *)t3) = 1; - *((unsigned int *)t13) = 1; - -LAB8: t14 = (t3 + 4); - t15 = (t6 + 4); - t16 = *((unsigned int *)t6); - t17 = (~(t16)); - *((unsigned int *)t3) = t17; - *((unsigned int *)t14) = 0; - if (*((unsigned int *)t15) != 0) - goto LAB10; - -LAB9: t22 = *((unsigned int *)t3); - *((unsigned int *)t3) = (t22 & 1U); - t23 = *((unsigned int *)t14); - *((unsigned int *)t14) = (t23 & 1U); - t24 = (t0 + 2248); - xsi_vlogvar_assign_value(t24, t3, 0, 0, 1); - goto LAB2; - -LAB5: *((unsigned int *)t3) = 1; - goto LAB8; - -LAB10: t18 = *((unsigned int *)t3); - t19 = *((unsigned int *)t15); - *((unsigned int *)t3) = (t18 | t19); - t20 = *((unsigned int *)t14); - t21 = *((unsigned int *)t15); - *((unsigned int *)t14) = (t20 | t21); - goto LAB9; - -} - - -extern void work_m_09849682382041335492_4206923262_init() -{ - static char *pe[] = {(void *)Initial_51_0,(void *)Always_65_1}; - xsi_register_didat("work_m_09849682382041335492_4206923262", "isim/clock_divider_tb_isim_beh.exe.sim/work/m_09849682382041335492_4206923262.didat"); - xsi_register_executes(pe); -} diff --git a/isim/clock_divider_tb_isim_beh.exe.sim/work/m_09849682382041335492_4206923262.didat b/isim/clock_divider_tb_isim_beh.exe.sim/work/m_09849682382041335492_4206923262.didat deleted file mode 100644 index 459df2ec58f8d433d2b649cff4febaab251829f1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3908 zcmeHKJ!lj`6n<(nQHdg0s6_E6q6oR$pWD4X3-vIK5HOH{g@NIIR&KdFFWz2$)Fwr0 zNo$uPm4(<@Y6?L?LBzt+!ZKh$K|vvYZ*K?3$z5_9wa`5H_Pu@czBe=9OqR>N-p5}a zIn!fXi0D-}92!M#`qP{R7(00#Oz$NKu< z`+@P@MAN|XE}~(0HqJ@t@0^$OvS(xMq;brEJduYik(YVM_rtr)ujN6BIPBLl*`rkr zk4Xvnu+`d8g&^~-JRcb(>}V}Y%P2gD=L(GV;E10b9|Q&fp6}Dj$0(2RpE2Gu@9iqU zaZ|z0w#Piy=vd5U?XSi0uk<+{bNLS5*g&5XF_+hNdjoy?V=g`$G`oR5C&B$)CeMp6 z`XL;EjmErB)eQBeP0W4xyyz&=DfG!A)ccq`zG-b0fNXRbh;(dG#TwJs?(;k}pWL^V z_3hK@m^%V=(qq|Z_BgEd;J=qE9rn0jHG3S zGmRtX@6_|!U!eFs@IfK*Zz-OWjcZuj)6v_Xd&v3Z3_PzincKWuM2iqZ>cakS-7Pyl zApCm~{cdpJT_6pd1^72`7MMIULdjCC>L-KHPhK1`9VmeYLZwzHi()Vt6#cqr zr81V6 zGHuUw9mh_m4O18y*ULC*E9KF|M1!Vk^|DyM^wRa95#%buK?BNGrgAq!;X1TU65N4-Cyn6AF^?*`cmTKRv z{-m6{Gkb6)<7b-y*H_LzdM}H%kJr}L)Y>q_yWaKcYfI;@IWL1-+~JL(SO~RRTdsGm z{#e@{QyWKOp&J2=Sx=t(Yj$@vDpjA6)Y?tu8)RO>m2dGy_jvma@Xeg9Tx!q6>h0~D zSAI}yCt}NLtr)wd)e5mY8jSA3-sA4x?{3A-K|YX4U~O5eKa2jf+RdwJ?iVLm6&gfq zbR$7+T#iFoym@G~KU@}=^l}s6VhQiZ-6L=(+wafaD{ym={gsQ06933;4`FUl-jxyl zHTHSwfxIVqb9ri_gFa%HNgq$m1vnZDj!DxFIuGRbs0o9RpGnN*^;FO^R9 zrsRTEFdTGC&_I8n0UZq0g{W#cF5aEovkUxeXTGG@4-;vjL)y7@Q}}%-8RAc|wK(db zNJl;rCOFP8{5RA}q+>ClM7pZMp-3WdW^<$q5G4{;wvZ?+pM(eHIDUp>kwhc#Zg4SF zZ3`+Acmt8`(|4Eim2W2&1-g!SPdH00uI2H^f;VObt{6;)JuitUN z{Nm5B_?*w&+_UHNqcHG`e~iWFad3*hxId1U0K@n^PZ&~JVDV)RFwN`6H8u)97O9_j zKd8r^bL-6Bdt5$c_GdYfX`Vla7h&MH{~5M_l@W1@N1EI7{ci)zFV#46`XRID%DY#b zdvm8;_*X)iVT*WfI^prgN19*!nJusY(&-84nYtvOH}XQ{&o!SVi0AJm=$i@V=T~9G z+cvnz>wqM5BmR5ATR;F-;>?2fbQt$hKCeo%K6n*FKHop>>wt|=elwq@CFbMpfQ@IzTbr4*w z^0SU?qYU@vbD{;F7yO_N_y4xQ z7vsJs;NpJ26mXG$S-?g9F9I&|e-&_%e^ -#ifdef __GNUC__ -#include -#else -#include -#define alloca _alloca -#endif -static const char *ng0 = "/home/ise/CS152A-lab4/clock_divider.v"; -static int ng1[] = {2, 0}; -static int ng2[] = {1, 0}; -static int ng3[] = {0, 0}; - - - -static void Always_67_0(char *t0) -{ - char t4[8]; - char t8[8]; - char t19[8]; - char t20[8]; - char t34[8]; - char *t1; - char *t2; - char *t3; - char *t5; - char *t6; - char *t7; - char *t9; - char *t10; - unsigned int t11; - unsigned int t12; - unsigned int t13; - unsigned int t14; - unsigned int t15; - unsigned int t16; - char *t17; - char *t18; - unsigned int t21; - unsigned int t22; - unsigned int t23; - unsigned int t24; - unsigned int t25; - unsigned int t26; - char *t27; - char *t28; - unsigned int t29; - unsigned int t30; - unsigned int t31; - unsigned int t32; - unsigned int t33; - char *t35; - char *t36; - char *t37; - char *t38; - unsigned int t39; - unsigned int t40; - unsigned int t41; - unsigned int t42; - unsigned int t43; - char *t44; - char *t45; - char *t46; - unsigned int t47; - unsigned int t48; - unsigned int t49; - unsigned int t50; - unsigned int t51; - unsigned int t52; - unsigned int t53; - unsigned int t54; - char *t55; - -LAB0: t1 = (t0 + 6056U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(67, ng0); - t2 = (t0 + 7616); - *((int *)t2) = 1; - t3 = (t0 + 6088); - *((char **)t3) = t2; - *((char **)t1) = &&LAB4; - -LAB1: return; -LAB4: xsi_set_current_line(67, ng0); - -LAB5: xsi_set_current_line(68, ng0); - t5 = (t0 + 4984); - t6 = (t5 + 56U); - t7 = *((char **)t6); - memset(t8, 0, 8); - t9 = (t8 + 4); - t10 = (t7 + 4); - t11 = *((unsigned int *)t7); - t12 = (t11 >> 1); - t13 = (t12 & 1); - *((unsigned int *)t8) = t13; - t14 = *((unsigned int *)t10); - t15 = (t14 >> 1); - t16 = (t15 & 1); - *((unsigned int *)t9) = t16; - t17 = (t0 + 2984U); - t18 = *((char **)t17); - xsi_vlogtype_concat(t4, 2, 2, 2U, t18, 1, t8, 1); - t17 = (t0 + 4984); - xsi_vlogvar_wait_assign_value(t17, t4, 0, 0, 2, 0LL); - xsi_set_current_line(69, ng0); - t2 = (t0 + 5144); - t3 = (t2 + 56U); - t5 = *((char **)t3); - memset(t8, 0, 8); - t6 = (t8 + 4); - t7 = (t5 + 4); - t11 = *((unsigned int *)t5); - t12 = (t11 >> 1); - t13 = (t12 & 1); - *((unsigned int *)t8) = t13; - t14 = *((unsigned int *)t7); - t15 = (t14 >> 1); - t16 = (t15 & 1); - *((unsigned int *)t6) = t16; - t9 = (t0 + 2664U); - t10 = *((char **)t9); - xsi_vlogtype_concat(t4, 2, 2, 2U, t10, 1, t8, 1); - t9 = (t0 + 5144); - xsi_vlogvar_wait_assign_value(t9, t4, 0, 0, 2, 0LL); - xsi_set_current_line(71, ng0); - t2 = (t0 + 4184); - t3 = (t2 + 56U); - t5 = *((char **)t3); - t6 = (t0 + 472); - t7 = *((char **)t6); - t6 = ((char*)((ng1))); - t9 = (t0 + 608); - t10 = *((char **)t9); - memset(t4, 0, 8); - xsi_vlog_unsigned_multiply(t4, 32, t6, 32, t10, 32); - memset(t8, 0, 8); - xsi_vlog_unsigned_divide(t8, 32, t7, 32, t4, 32); - t9 = ((char*)((ng2))); - memset(t19, 0, 8); - xsi_vlog_unsigned_minus(t19, 32, t8, 32, t9, 32); - memset(t20, 0, 8); - t17 = (t5 + 4); - t18 = (t19 + 4); - t11 = *((unsigned int *)t5); - t12 = *((unsigned int *)t19); - t13 = (t11 ^ t12); - t14 = *((unsigned int *)t17); - t15 = *((unsigned int *)t18); - t16 = (t14 ^ t15); - t21 = (t13 | t16); - t22 = *((unsigned int *)t17); - t23 = *((unsigned int *)t18); - t24 = (t22 | t23); - t25 = (~(t24)); - t26 = (t21 & t25); - if (t26 != 0) - goto LAB9; - -LAB6: if (t24 != 0) - goto LAB8; - -LAB7: *((unsigned int *)t20) = 1; - -LAB9: t28 = (t20 + 4); - t29 = *((unsigned int *)t28); - t30 = (~(t29)); - t31 = *((unsigned int *)t20); - t32 = (t31 & t30); - t33 = (t32 != 0); - if (t33 > 0) - goto LAB10; - -LAB11: xsi_set_current_line(75, ng0); - -LAB20: xsi_set_current_line(76, ng0); - t2 = (t0 + 4184); - t3 = (t2 + 56U); - t5 = *((char **)t3); - t6 = ((char*)((ng2))); - memset(t4, 0, 8); - xsi_vlog_unsigned_add(t4, 32, t5, 31, t6, 32); - t7 = (t0 + 4184); - xsi_vlogvar_wait_assign_value(t7, t4, 0, 0, 31, 0LL); - -LAB12: xsi_set_current_line(79, ng0); - t2 = (t0 + 4344); - t3 = (t2 + 56U); - t5 = *((char **)t3); - t6 = (t0 + 472); - t7 = *((char **)t6); - t6 = ((char*)((ng1))); - t9 = (t0 + 744); - t10 = *((char **)t9); - memset(t4, 0, 8); - xsi_vlog_unsigned_multiply(t4, 32, t6, 32, t10, 32); - memset(t8, 0, 8); - xsi_vlog_unsigned_divide(t8, 32, t7, 32, t4, 32); - t9 = ((char*)((ng2))); - memset(t19, 0, 8); - xsi_vlog_unsigned_minus(t19, 32, t8, 32, t9, 32); - memset(t20, 0, 8); - t17 = (t5 + 4); - t18 = (t19 + 4); - t11 = *((unsigned int *)t5); - t12 = *((unsigned int *)t19); - t13 = (t11 ^ t12); - t14 = *((unsigned int *)t17); - t15 = *((unsigned int *)t18); - t16 = (t14 ^ t15); - t21 = (t13 | t16); - t22 = *((unsigned int *)t17); - t23 = *((unsigned int *)t18); - t24 = (t22 | t23); - t25 = (~(t24)); - t26 = (t21 & t25); - if (t26 != 0) - goto LAB24; - -LAB21: if (t24 != 0) - goto LAB23; - -LAB22: *((unsigned int *)t20) = 1; - -LAB24: t28 = (t20 + 4); - t29 = *((unsigned int *)t28); - t30 = (~(t29)); - t31 = *((unsigned int *)t20); - t32 = (t31 & t30); - t33 = (t32 != 0); - if (t33 > 0) - goto LAB25; - -LAB26: xsi_set_current_line(83, ng0); - -LAB35: xsi_set_current_line(84, ng0); - t2 = (t0 + 4344); - t3 = (t2 + 56U); - t5 = *((char **)t3); - t6 = ((char*)((ng2))); - memset(t4, 0, 8); - xsi_vlog_unsigned_add(t4, 32, t5, 31, t6, 32); - t7 = (t0 + 4344); - xsi_vlogvar_wait_assign_value(t7, t4, 0, 0, 31, 0LL); - -LAB27: xsi_set_current_line(87, ng0); - t2 = (t0 + 4504); - t3 = (t2 + 56U); - t5 = *((char **)t3); - t6 = (t0 + 472); - t7 = *((char **)t6); - t6 = ((char*)((ng1))); - t9 = (t0 + 880); - t10 = *((char **)t9); - memset(t4, 0, 8); - xsi_vlog_unsigned_multiply(t4, 32, t6, 32, t10, 32); - memset(t8, 0, 8); - xsi_vlog_unsigned_divide(t8, 32, t7, 32, t4, 32); - t9 = ((char*)((ng2))); - memset(t19, 0, 8); - xsi_vlog_unsigned_minus(t19, 32, t8, 32, t9, 32); - memset(t20, 0, 8); - t17 = (t5 + 4); - t18 = (t19 + 4); - t11 = *((unsigned int *)t5); - t12 = *((unsigned int *)t19); - t13 = (t11 ^ t12); - t14 = *((unsigned int *)t17); - t15 = *((unsigned int *)t18); - t16 = (t14 ^ t15); - t21 = (t13 | t16); - t22 = *((unsigned int *)t17); - t23 = *((unsigned int *)t18); - t24 = (t22 | t23); - t25 = (~(t24)); - t26 = (t21 & t25); - if (t26 != 0) - goto LAB39; - -LAB36: if (t24 != 0) - goto LAB38; - -LAB37: *((unsigned int *)t20) = 1; - -LAB39: t28 = (t20 + 4); - t29 = *((unsigned int *)t28); - t30 = (~(t29)); - t31 = *((unsigned int *)t20); - t32 = (t31 & t30); - t33 = (t32 != 0); - if (t33 > 0) - goto LAB40; - -LAB41: xsi_set_current_line(91, ng0); - -LAB50: xsi_set_current_line(92, ng0); - t2 = (t0 + 4504); - t3 = (t2 + 56U); - t5 = *((char **)t3); - t6 = ((char*)((ng2))); - memset(t4, 0, 8); - xsi_vlog_unsigned_add(t4, 32, t5, 31, t6, 32); - t7 = (t0 + 4504); - xsi_vlogvar_wait_assign_value(t7, t4, 0, 0, 31, 0LL); - -LAB42: xsi_set_current_line(95, ng0); - t2 = (t0 + 4664); - t3 = (t2 + 56U); - t5 = *((char **)t3); - t6 = (t0 + 472); - t7 = *((char **)t6); - t6 = ((char*)((ng1))); - t9 = (t0 + 1016); - t10 = *((char **)t9); - memset(t4, 0, 8); - xsi_vlog_unsigned_multiply(t4, 32, t6, 32, t10, 32); - memset(t8, 0, 8); - xsi_vlog_unsigned_divide(t8, 32, t7, 32, t4, 32); - t9 = ((char*)((ng2))); - memset(t19, 0, 8); - xsi_vlog_unsigned_minus(t19, 32, t8, 32, t9, 32); - memset(t20, 0, 8); - t17 = (t5 + 4); - t18 = (t19 + 4); - t11 = *((unsigned int *)t5); - t12 = *((unsigned int *)t19); - t13 = (t11 ^ t12); - t14 = *((unsigned int *)t17); - t15 = *((unsigned int *)t18); - t16 = (t14 ^ t15); - t21 = (t13 | t16); - t22 = *((unsigned int *)t17); - t23 = *((unsigned int *)t18); - t24 = (t22 | t23); - t25 = (~(t24)); - t26 = (t21 & t25); - if (t26 != 0) - goto LAB54; - -LAB51: if (t24 != 0) - goto LAB53; - -LAB52: *((unsigned int *)t20) = 1; - -LAB54: t28 = (t20 + 4); - t29 = *((unsigned int *)t28); - t30 = (~(t29)); - t31 = *((unsigned int *)t20); - t32 = (t31 & t30); - t33 = (t32 != 0); - if (t33 > 0) - goto LAB55; - -LAB56: xsi_set_current_line(99, ng0); - -LAB65: xsi_set_current_line(100, ng0); - t2 = (t0 + 4664); - t3 = (t2 + 56U); - t5 = *((char **)t3); - t6 = ((char*)((ng2))); - memset(t4, 0, 8); - xsi_vlog_unsigned_add(t4, 32, t5, 31, t6, 32); - t7 = (t0 + 4664); - xsi_vlogvar_wait_assign_value(t7, t4, 0, 0, 31, 0LL); - -LAB57: xsi_set_current_line(103, ng0); - t2 = (t0 + 4824); - t3 = (t2 + 56U); - t5 = *((char **)t3); - t6 = (t0 + 472); - t7 = *((char **)t6); - t6 = ((char*)((ng1))); - t9 = (t0 + 1152); - t10 = *((char **)t9); - memset(t4, 0, 8); - xsi_vlog_unsigned_multiply(t4, 32, t6, 32, t10, 32); - memset(t8, 0, 8); - xsi_vlog_unsigned_divide(t8, 32, t7, 32, t4, 32); - t9 = ((char*)((ng2))); - memset(t19, 0, 8); - xsi_vlog_unsigned_minus(t19, 32, t8, 32, t9, 32); - memset(t20, 0, 8); - t17 = (t5 + 4); - t18 = (t19 + 4); - t11 = *((unsigned int *)t5); - t12 = *((unsigned int *)t19); - t13 = (t11 ^ t12); - t14 = *((unsigned int *)t17); - t15 = *((unsigned int *)t18); - t16 = (t14 ^ t15); - t21 = (t13 | t16); - t22 = *((unsigned int *)t17); - t23 = *((unsigned int *)t18); - t24 = (t22 | t23); - t25 = (~(t24)); - t26 = (t21 & t25); - if (t26 != 0) - goto LAB69; - -LAB66: if (t24 != 0) - goto LAB68; - -LAB67: *((unsigned int *)t20) = 1; - -LAB69: t28 = (t20 + 4); - t29 = *((unsigned int *)t28); - t30 = (~(t29)); - t31 = *((unsigned int *)t20); - t32 = (t31 & t30); - t33 = (t32 != 0); - if (t33 > 0) - goto LAB70; - -LAB71: xsi_set_current_line(107, ng0); - -LAB80: xsi_set_current_line(108, ng0); - t2 = (t0 + 4824); - t3 = (t2 + 56U); - t5 = *((char **)t3); - t6 = ((char*)((ng2))); - memset(t4, 0, 8); - xsi_vlog_unsigned_add(t4, 32, t5, 31, t6, 32); - t7 = (t0 + 4824); - xsi_vlogvar_wait_assign_value(t7, t4, 0, 0, 31, 0LL); - -LAB72: goto LAB2; - -LAB8: t27 = (t20 + 4); - *((unsigned int *)t20) = 1; - *((unsigned int *)t27) = 1; - goto LAB9; - -LAB10: xsi_set_current_line(71, ng0); - -LAB13: xsi_set_current_line(72, ng0); - t35 = (t0 + 3384); - t36 = (t35 + 56U); - t37 = *((char **)t36); - memset(t34, 0, 8); - t38 = (t37 + 4); - t39 = *((unsigned int *)t38); - t40 = (~(t39)); - t41 = *((unsigned int *)t37); - t42 = (t41 & t40); - t43 = (t42 & 1U); - if (t43 != 0) - goto LAB17; - -LAB15: if (*((unsigned int *)t38) == 0) - goto LAB14; - -LAB16: t44 = (t34 + 4); - *((unsigned int *)t34) = 1; - *((unsigned int *)t44) = 1; - -LAB17: t45 = (t34 + 4); - t46 = (t37 + 4); - t47 = *((unsigned int *)t37); - t48 = (~(t47)); - *((unsigned int *)t34) = t48; - *((unsigned int *)t45) = 0; - if (*((unsigned int *)t46) != 0) - goto LAB19; - -LAB18: t53 = *((unsigned int *)t34); - *((unsigned int *)t34) = (t53 & 1U); - t54 = *((unsigned int *)t45); - *((unsigned int *)t45) = (t54 & 1U); - t55 = (t0 + 3384); - xsi_vlogvar_wait_assign_value(t55, t34, 0, 0, 1, 0LL); - xsi_set_current_line(73, ng0); - t2 = ((char*)((ng3))); - t3 = (t0 + 4184); - xsi_vlogvar_wait_assign_value(t3, t2, 0, 0, 31, 0LL); - goto LAB12; - -LAB14: *((unsigned int *)t34) = 1; - goto LAB17; - -LAB19: t49 = *((unsigned int *)t34); - t50 = *((unsigned int *)t46); - *((unsigned int *)t34) = (t49 | t50); - t51 = *((unsigned int *)t45); - t52 = *((unsigned int *)t46); - *((unsigned int *)t45) = (t51 | t52); - goto LAB18; - -LAB23: t27 = (t20 + 4); - *((unsigned int *)t20) = 1; - *((unsigned int *)t27) = 1; - goto LAB24; - -LAB25: xsi_set_current_line(79, ng0); - -LAB28: xsi_set_current_line(80, ng0); - t35 = (t0 + 3544); - t36 = (t35 + 56U); - t37 = *((char **)t36); - memset(t34, 0, 8); - t38 = (t37 + 4); - t39 = *((unsigned int *)t38); - t40 = (~(t39)); - t41 = *((unsigned int *)t37); - t42 = (t41 & t40); - t43 = (t42 & 1U); - if (t43 != 0) - goto LAB32; - -LAB30: if (*((unsigned int *)t38) == 0) - goto LAB29; - -LAB31: t44 = (t34 + 4); - *((unsigned int *)t34) = 1; - *((unsigned int *)t44) = 1; - -LAB32: t45 = (t34 + 4); - t46 = (t37 + 4); - t47 = *((unsigned int *)t37); - t48 = (~(t47)); - *((unsigned int *)t34) = t48; - *((unsigned int *)t45) = 0; - if (*((unsigned int *)t46) != 0) - goto LAB34; - -LAB33: t53 = *((unsigned int *)t34); - *((unsigned int *)t34) = (t53 & 1U); - t54 = *((unsigned int *)t45); - *((unsigned int *)t45) = (t54 & 1U); - t55 = (t0 + 3544); - xsi_vlogvar_wait_assign_value(t55, t34, 0, 0, 1, 0LL); - xsi_set_current_line(81, ng0); - t2 = ((char*)((ng3))); - t3 = (t0 + 4344); - xsi_vlogvar_wait_assign_value(t3, t2, 0, 0, 31, 0LL); - goto LAB27; - -LAB29: *((unsigned int *)t34) = 1; - goto LAB32; - -LAB34: t49 = *((unsigned int *)t34); - t50 = *((unsigned int *)t46); - *((unsigned int *)t34) = (t49 | t50); - t51 = *((unsigned int *)t45); - t52 = *((unsigned int *)t46); - *((unsigned int *)t45) = (t51 | t52); - goto LAB33; - -LAB38: t27 = (t20 + 4); - *((unsigned int *)t20) = 1; - *((unsigned int *)t27) = 1; - goto LAB39; - -LAB40: xsi_set_current_line(87, ng0); - -LAB43: xsi_set_current_line(88, ng0); - t35 = (t0 + 3704); - t36 = (t35 + 56U); - t37 = *((char **)t36); - memset(t34, 0, 8); - t38 = (t37 + 4); - t39 = *((unsigned int *)t38); - t40 = (~(t39)); - t41 = *((unsigned int *)t37); - t42 = (t41 & t40); - t43 = (t42 & 1U); - if (t43 != 0) - goto LAB47; - -LAB45: if (*((unsigned int *)t38) == 0) - goto LAB44; - -LAB46: t44 = (t34 + 4); - *((unsigned int *)t34) = 1; - *((unsigned int *)t44) = 1; - -LAB47: t45 = (t34 + 4); - t46 = (t37 + 4); - t47 = *((unsigned int *)t37); - t48 = (~(t47)); - *((unsigned int *)t34) = t48; - *((unsigned int *)t45) = 0; - if (*((unsigned int *)t46) != 0) - goto LAB49; - -LAB48: t53 = *((unsigned int *)t34); - *((unsigned int *)t34) = (t53 & 1U); - t54 = *((unsigned int *)t45); - *((unsigned int *)t45) = (t54 & 1U); - t55 = (t0 + 3704); - xsi_vlogvar_wait_assign_value(t55, t34, 0, 0, 1, 0LL); - xsi_set_current_line(89, ng0); - t2 = ((char*)((ng3))); - t3 = (t0 + 4504); - xsi_vlogvar_wait_assign_value(t3, t2, 0, 0, 31, 0LL); - goto LAB42; - -LAB44: *((unsigned int *)t34) = 1; - goto LAB47; - -LAB49: t49 = *((unsigned int *)t34); - t50 = *((unsigned int *)t46); - *((unsigned int *)t34) = (t49 | t50); - t51 = *((unsigned int *)t45); - t52 = *((unsigned int *)t46); - *((unsigned int *)t45) = (t51 | t52); - goto LAB48; - -LAB53: t27 = (t20 + 4); - *((unsigned int *)t20) = 1; - *((unsigned int *)t27) = 1; - goto LAB54; - -LAB55: xsi_set_current_line(95, ng0); - -LAB58: xsi_set_current_line(96, ng0); - t35 = (t0 + 3864); - t36 = (t35 + 56U); - t37 = *((char **)t36); - memset(t34, 0, 8); - t38 = (t37 + 4); - t39 = *((unsigned int *)t38); - t40 = (~(t39)); - t41 = *((unsigned int *)t37); - t42 = (t41 & t40); - t43 = (t42 & 1U); - if (t43 != 0) - goto LAB62; - -LAB60: if (*((unsigned int *)t38) == 0) - goto LAB59; - -LAB61: t44 = (t34 + 4); - *((unsigned int *)t34) = 1; - *((unsigned int *)t44) = 1; - -LAB62: t45 = (t34 + 4); - t46 = (t37 + 4); - t47 = *((unsigned int *)t37); - t48 = (~(t47)); - *((unsigned int *)t34) = t48; - *((unsigned int *)t45) = 0; - if (*((unsigned int *)t46) != 0) - goto LAB64; - -LAB63: t53 = *((unsigned int *)t34); - *((unsigned int *)t34) = (t53 & 1U); - t54 = *((unsigned int *)t45); - *((unsigned int *)t45) = (t54 & 1U); - t55 = (t0 + 3864); - xsi_vlogvar_wait_assign_value(t55, t34, 0, 0, 1, 0LL); - xsi_set_current_line(97, ng0); - t2 = ((char*)((ng3))); - t3 = (t0 + 4664); - xsi_vlogvar_wait_assign_value(t3, t2, 0, 0, 31, 0LL); - goto LAB57; - -LAB59: *((unsigned int *)t34) = 1; - goto LAB62; - -LAB64: t49 = *((unsigned int *)t34); - t50 = *((unsigned int *)t46); - *((unsigned int *)t34) = (t49 | t50); - t51 = *((unsigned int *)t45); - t52 = *((unsigned int *)t46); - *((unsigned int *)t45) = (t51 | t52); - goto LAB63; - -LAB68: t27 = (t20 + 4); - *((unsigned int *)t20) = 1; - *((unsigned int *)t27) = 1; - goto LAB69; - -LAB70: xsi_set_current_line(103, ng0); - -LAB73: xsi_set_current_line(104, ng0); - t35 = (t0 + 4024); - t36 = (t35 + 56U); - t37 = *((char **)t36); - memset(t34, 0, 8); - t38 = (t37 + 4); - t39 = *((unsigned int *)t38); - t40 = (~(t39)); - t41 = *((unsigned int *)t37); - t42 = (t41 & t40); - t43 = (t42 & 1U); - if (t43 != 0) - goto LAB77; - -LAB75: if (*((unsigned int *)t38) == 0) - goto LAB74; - -LAB76: t44 = (t34 + 4); - *((unsigned int *)t34) = 1; - *((unsigned int *)t44) = 1; - -LAB77: t45 = (t34 + 4); - t46 = (t37 + 4); - t47 = *((unsigned int *)t37); - t48 = (~(t47)); - *((unsigned int *)t34) = t48; - *((unsigned int *)t45) = 0; - if (*((unsigned int *)t46) != 0) - goto LAB79; - -LAB78: t53 = *((unsigned int *)t34); - *((unsigned int *)t34) = (t53 & 1U); - t54 = *((unsigned int *)t45); - *((unsigned int *)t45) = (t54 & 1U); - t55 = (t0 + 4024); - xsi_vlogvar_wait_assign_value(t55, t34, 0, 0, 1, 0LL); - xsi_set_current_line(105, ng0); - t2 = ((char*)((ng3))); - t3 = (t0 + 4824); - xsi_vlogvar_wait_assign_value(t3, t2, 0, 0, 31, 0LL); - goto LAB72; - -LAB74: *((unsigned int *)t34) = 1; - goto LAB77; - -LAB79: t49 = *((unsigned int *)t34); - t50 = *((unsigned int *)t46); - *((unsigned int *)t34) = (t49 | t50); - t51 = *((unsigned int *)t45); - t52 = *((unsigned int *)t46); - *((unsigned int *)t45) = (t51 | t52); - goto LAB78; - -} - -static void Cont_112_1(char *t0) -{ - char *t1; - char *t2; - char *t3; - char *t4; - char *t5; - char *t6; - char *t7; - char *t8; - char *t9; - unsigned int t10; - unsigned int t11; - char *t12; - unsigned int t13; - unsigned int t14; - char *t15; - unsigned int t16; - unsigned int t17; - char *t18; - -LAB0: t1 = (t0 + 6304U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(112, ng0); - t2 = (t0 + 3384); - t3 = (t2 + 56U); - t4 = *((char **)t3); - t5 = (t0 + 7776); - t6 = (t5 + 56U); - t7 = *((char **)t6); - t8 = (t7 + 56U); - t9 = *((char **)t8); - memset(t9, 0, 8); - t10 = 1U; - t11 = t10; - t12 = (t4 + 4); - t13 = *((unsigned int *)t4); - t10 = (t10 & t13); - t14 = *((unsigned int *)t12); - t11 = (t11 & t14); - t15 = (t9 + 4); - t16 = *((unsigned int *)t9); - *((unsigned int *)t9) = (t16 | t10); - t17 = *((unsigned int *)t15); - *((unsigned int *)t15) = (t17 | t11); - xsi_driver_vfirst_trans(t5, 0, 0); - t18 = (t0 + 7632); - *((int *)t18) = 1; - -LAB1: return; -} - -static void Cont_113_2(char *t0) -{ - char *t1; - char *t2; - char *t3; - char *t4; - char *t5; - char *t6; - char *t7; - char *t8; - char *t9; - unsigned int t10; - unsigned int t11; - char *t12; - unsigned int t13; - unsigned int t14; - char *t15; - unsigned int t16; - unsigned int t17; - char *t18; - -LAB0: t1 = (t0 + 6552U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(113, ng0); - t2 = (t0 + 3544); - t3 = (t2 + 56U); - t4 = *((char **)t3); - t5 = (t0 + 7840); - t6 = (t5 + 56U); - t7 = *((char **)t6); - t8 = (t7 + 56U); - t9 = *((char **)t8); - memset(t9, 0, 8); - t10 = 1U; - t11 = t10; - t12 = (t4 + 4); - t13 = *((unsigned int *)t4); - t10 = (t10 & t13); - t14 = *((unsigned int *)t12); - t11 = (t11 & t14); - t15 = (t9 + 4); - t16 = *((unsigned int *)t9); - *((unsigned int *)t9) = (t16 | t10); - t17 = *((unsigned int *)t15); - *((unsigned int *)t15) = (t17 | t11); - xsi_driver_vfirst_trans(t5, 0, 0); - t18 = (t0 + 7648); - *((int *)t18) = 1; - -LAB1: return; -} - -static void Cont_114_3(char *t0) -{ - char *t1; - char *t2; - char *t3; - char *t4; - char *t5; - char *t6; - char *t7; - char *t8; - char *t9; - unsigned int t10; - unsigned int t11; - char *t12; - unsigned int t13; - unsigned int t14; - char *t15; - unsigned int t16; - unsigned int t17; - char *t18; - -LAB0: t1 = (t0 + 6800U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(114, ng0); - t2 = (t0 + 3704); - t3 = (t2 + 56U); - t4 = *((char **)t3); - t5 = (t0 + 7904); - t6 = (t5 + 56U); - t7 = *((char **)t6); - t8 = (t7 + 56U); - t9 = *((char **)t8); - memset(t9, 0, 8); - t10 = 1U; - t11 = t10; - t12 = (t4 + 4); - t13 = *((unsigned int *)t4); - t10 = (t10 & t13); - t14 = *((unsigned int *)t12); - t11 = (t11 & t14); - t15 = (t9 + 4); - t16 = *((unsigned int *)t9); - *((unsigned int *)t9) = (t16 | t10); - t17 = *((unsigned int *)t15); - *((unsigned int *)t15) = (t17 | t11); - xsi_driver_vfirst_trans(t5, 0, 0); - t18 = (t0 + 7664); - *((int *)t18) = 1; - -LAB1: return; -} - -static void Cont_115_4(char *t0) -{ - char *t1; - char *t2; - char *t3; - char *t4; - char *t5; - char *t6; - char *t7; - char *t8; - char *t9; - unsigned int t10; - unsigned int t11; - char *t12; - unsigned int t13; - unsigned int t14; - char *t15; - unsigned int t16; - unsigned int t17; - char *t18; - -LAB0: t1 = (t0 + 7048U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(115, ng0); - t2 = (t0 + 3864); - t3 = (t2 + 56U); - t4 = *((char **)t3); - t5 = (t0 + 7968); - t6 = (t5 + 56U); - t7 = *((char **)t6); - t8 = (t7 + 56U); - t9 = *((char **)t8); - memset(t9, 0, 8); - t10 = 1U; - t11 = t10; - t12 = (t4 + 4); - t13 = *((unsigned int *)t4); - t10 = (t10 & t13); - t14 = *((unsigned int *)t12); - t11 = (t11 & t14); - t15 = (t9 + 4); - t16 = *((unsigned int *)t9); - *((unsigned int *)t9) = (t16 | t10); - t17 = *((unsigned int *)t15); - *((unsigned int *)t15) = (t17 | t11); - xsi_driver_vfirst_trans(t5, 0, 0); - t18 = (t0 + 7680); - *((int *)t18) = 1; - -LAB1: return; -} - -static void Cont_116_5(char *t0) -{ - char *t1; - char *t2; - char *t3; - char *t4; - char *t5; - char *t6; - char *t7; - char *t8; - char *t9; - unsigned int t10; - unsigned int t11; - char *t12; - unsigned int t13; - unsigned int t14; - char *t15; - unsigned int t16; - unsigned int t17; - char *t18; - -LAB0: t1 = (t0 + 7296U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(116, ng0); - t2 = (t0 + 4024); - t3 = (t2 + 56U); - t4 = *((char **)t3); - t5 = (t0 + 8032); - t6 = (t5 + 56U); - t7 = *((char **)t6); - t8 = (t7 + 56U); - t9 = *((char **)t8); - memset(t9, 0, 8); - t10 = 1U; - t11 = t10; - t12 = (t4 + 4); - t13 = *((unsigned int *)t4); - t10 = (t10 & t13); - t14 = *((unsigned int *)t12); - t11 = (t11 & t14); - t15 = (t9 + 4); - t16 = *((unsigned int *)t9); - *((unsigned int *)t9) = (t16 | t10); - t17 = *((unsigned int *)t15); - *((unsigned int *)t15) = (t17 | t11); - xsi_driver_vfirst_trans(t5, 0, 0); - t18 = (t0 + 7696); - *((int *)t18) = 1; - -LAB1: return; -} - - -extern void work_m_10849284138665537701_0968957248_init() -{ - static char *pe[] = {(void *)Always_67_0,(void *)Cont_112_1,(void *)Cont_113_2,(void *)Cont_114_3,(void *)Cont_115_4,(void *)Cont_116_5}; - xsi_register_didat("work_m_10849284138665537701_0968957248", "isim/clock_divider_tb_isim_beh.exe.sim/work/m_10849284138665537701_0968957248.didat"); - xsi_register_executes(pe); -} diff --git a/isim/clock_divider_tb_isim_beh.exe.sim/work/m_10849284138665537701_0968957248.didat b/isim/clock_divider_tb_isim_beh.exe.sim/work/m_10849284138665537701_0968957248.didat deleted file mode 100644 index 45cb84fd99cc7b98247c6c608d1589087aab8814..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5312 zcmeHJOK6-`6u!pRrfO}}B3Vg%_K`I6$h_in;12(J@EbK+;h+O z-TU8r=gxm=*TP?)#%IplW?-Fs7&8aVb_AG%C$5PvZ8Ijj)0hu|&Rxdz0a@UeJB;}e z{GNM^83l%S8#4pU0iOYjz;$3-7dSu)pv@w;o_&m(D=l?h_Zp+Kk{1<@&bY?hb_)*|n%;S4t7PumFVot%iX{=tyrKh>I3qrF)+E^Z!$576*hR}X` zEZM3)t!ecrb9MAHulw<9gH;=3>R zT`$LwynXOKkL|58>T^Fn02t#`bD7)PlPy{DxJEp0tL$o&rRHTa+IYh*h*pCxBrG~#S{#&h!n;A^DOZl@7G z8O$Sre&0B^p8#KD80~f%3!;(q1rYPR{08_MS+v_}WJiN}@Lhf5+4~cq2Jbi8D9}#h znrJ-Xs#YH4?ZD6ryW*gWuk?_W)l**EIZMFpnWub#pxQEOFmxcok>rgKY5a$()|y*1X=)t$F>O zx90T@ZOzN@?w;j%Iwn2GprBEHDO)19_kToCQii8K?kNfOjsx+xX4J?-m;@T9>xk`~&0v+h_db`2qD43dT<263}EWjS1f0mmPzo*O^ku!*D%n@sJErj10R zHlpExjcORP0~*F{Ov8kYZ*U*5Xqq>zYb&m2G#-&Y5)KL diff --git a/isim/clock_divider_tb_isim_beh.exe.sim/work/m_10849284138665537701_0968957248.lin64.o b/isim/clock_divider_tb_isim_beh.exe.sim/work/m_10849284138665537701_0968957248.lin64.o deleted file mode 100644 index 65dffdad2ff064a1ba056436481f70cbca0e706a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10560 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 qfM0%5Ha -#ifdef __GNUC__ -#include -#else -#include -#define alloca _alloca -#endif -static const char *ng0 = "/opt/Xilinx/14.7/ISE_DS/ISE/verilog/src/glbl.v"; -static unsigned int ng1[] = {1U, 0U}; -static unsigned int ng2[] = {0U, 0U}; - - - -static void NetDecl_16_0(char *t0) -{ - char *t1; - char *t2; - char *t3; - char *t4; - char *t5; - char *t6; - char *t7; - unsigned int t8; - unsigned int t9; - char *t10; - unsigned int t11; - unsigned int t12; - char *t13; - unsigned int t14; - unsigned int t15; - char *t16; - -LAB0: t1 = (t0 + 6952U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(16, ng0); - t2 = (t0 + 1960U); - t3 = *((char **)t2); - t2 = (t0 + 8640); - t4 = (t2 + 56U); - t5 = *((char **)t4); - t6 = (t5 + 56U); - t7 = *((char **)t6); - memset(t7, 0, 8); - t8 = 1U; - t9 = t8; - t10 = (t3 + 4); - t11 = *((unsigned int *)t3); - t8 = (t8 & t11); - t12 = *((unsigned int *)t10); - t9 = (t9 & t12); - t13 = (t7 + 4); - t14 = *((unsigned int *)t7); - *((unsigned int *)t7) = (t14 | t8); - t15 = *((unsigned int *)t13); - *((unsigned int *)t13) = (t15 | t9); - xsi_driver_vfirst_trans(t2, 0, 0U); - t16 = (t0 + 8512); - *((int *)t16) = 1; - -LAB1: return; -} - -static void Cont_48_1(char *t0) -{ - char *t1; - char *t2; - char *t3; - char *t4; - char *t5; - char *t6; - char *t7; - char *t8; - char *t9; - unsigned int t10; - unsigned int t11; - char *t12; - unsigned int t13; - unsigned int t14; - char *t15; - unsigned int t16; - unsigned int t17; - char *t18; - -LAB0: t1 = (t0 + 7200U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(48, ng0); - t2 = (t0 + 3640); - t3 = (t2 + 56U); - t4 = *((char **)t3); - t5 = (t0 + 8704); - t6 = (t5 + 56U); - t7 = *((char **)t6); - t8 = (t7 + 56U); - t9 = *((char **)t8); - memset(t9, 0, 8); - t10 = 1U; - t11 = t10; - t12 = (t4 + 4); - t13 = *((unsigned int *)t4); - t10 = (t10 & t13); - t14 = *((unsigned int *)t12); - t11 = (t11 & t14); - t15 = (t9 + 4); - t16 = *((unsigned int *)t9); - *((unsigned int *)t9) = (t16 | t10); - t17 = *((unsigned int *)t15); - *((unsigned int *)t15) = (t17 | t11); - xsi_driver_vfirst_trans(t5, 0, 0); - t18 = (t0 + 8528); - *((int *)t18) = 1; - -LAB1: return; -} - -static void Cont_49_2(char *t0) -{ - char *t1; - char *t2; - char *t3; - char *t4; - char *t5; - char *t6; - char *t7; - char *t8; - char *t9; - unsigned int t10; - unsigned int t11; - char *t12; - unsigned int t13; - unsigned int t14; - char *t15; - unsigned int t16; - unsigned int t17; - char *t18; - -LAB0: t1 = (t0 + 7448U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(49, ng0); - t2 = (t0 + 3800); - t3 = (t2 + 56U); - t4 = *((char **)t3); - t5 = (t0 + 8768); - t6 = (t5 + 56U); - t7 = *((char **)t6); - t8 = (t7 + 56U); - t9 = *((char **)t8); - memset(t9, 0, 8); - t10 = 1U; - t11 = t10; - t12 = (t4 + 4); - t13 = *((unsigned int *)t4); - t10 = (t10 & t13); - t14 = *((unsigned int *)t12); - t11 = (t11 & t14); - t15 = (t9 + 4); - t16 = *((unsigned int *)t9); - *((unsigned int *)t9) = (t16 | t10); - t17 = *((unsigned int *)t15); - *((unsigned int *)t15) = (t17 | t11); - xsi_driver_vfirst_trans(t5, 0, 0); - t18 = (t0 + 8544); - *((int *)t18) = 1; - -LAB1: return; -} - -static void Cont_50_3(char *t0) -{ - char *t1; - char *t2; - char *t3; - char *t4; - char *t5; - char *t6; - char *t7; - char *t8; - char *t9; - unsigned int t10; - unsigned int t11; - char *t12; - unsigned int t13; - unsigned int t14; - char *t15; - unsigned int t16; - unsigned int t17; - char *t18; - -LAB0: t1 = (t0 + 7696U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(50, ng0); - t2 = (t0 + 3960); - t3 = (t2 + 56U); - t4 = *((char **)t3); - t5 = (t0 + 8832); - t6 = (t5 + 56U); - t7 = *((char **)t6); - t8 = (t7 + 56U); - t9 = *((char **)t8); - memset(t9, 0, 8); - t10 = 1U; - t11 = t10; - t12 = (t4 + 4); - t13 = *((unsigned int *)t4); - t10 = (t10 & t13); - t14 = *((unsigned int *)t12); - t11 = (t11 & t14); - t15 = (t9 + 4); - t16 = *((unsigned int *)t9); - *((unsigned int *)t9) = (t16 | t10); - t17 = *((unsigned int *)t15); - *((unsigned int *)t15) = (t17 | t11); - xsi_driver_vfirst_trans(t5, 0, 0); - t18 = (t0 + 8560); - *((int *)t18) = 1; - -LAB1: return; -} - -static void Initial_52_4(char *t0) -{ - char *t1; - char *t2; - char *t3; - char *t4; - -LAB0: t1 = (t0 + 7944U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(52, ng0); - -LAB4: xsi_set_current_line(53, ng0); - t2 = ((char*)((ng1))); - t3 = (t0 + 3640); - xsi_vlogvar_assign_value(t3, t2, 0, 0, 1); - xsi_set_current_line(54, ng0); - t2 = ((char*)((ng1))); - t3 = (t0 + 3960); - xsi_vlogvar_assign_value(t3, t2, 0, 0, 1); - xsi_set_current_line(55, ng0); - t2 = (t0 + 7752); - xsi_process_wait(t2, 100000LL); - *((char **)t1) = &&LAB5; - -LAB1: return; -LAB5: xsi_set_current_line(56, ng0); - t3 = ((char*)((ng2))); - t4 = (t0 + 3640); - xsi_vlogvar_assign_value(t4, t3, 0, 0, 1); - xsi_set_current_line(57, ng0); - t2 = ((char*)((ng2))); - t3 = (t0 + 3960); - xsi_vlogvar_assign_value(t3, t2, 0, 0, 1); - goto LAB1; - -} - -static void Initial_60_5(char *t0) -{ - char *t1; - char *t2; - char *t3; - char *t4; - -LAB0: t1 = (t0 + 8192U); - t2 = *((char **)t1); - if (t2 == 0) - goto LAB2; - -LAB3: goto *t2; - -LAB2: xsi_set_current_line(60, ng0); - -LAB4: xsi_set_current_line(61, ng0); - t2 = ((char*)((ng1))); - t3 = (t0 + 3800); - xsi_vlogvar_assign_value(t3, t2, 0, 0, 1); - xsi_set_current_line(62, ng0); - t2 = (t0 + 8000); - xsi_process_wait(t2, 0LL); - *((char **)t1) = &&LAB5; - -LAB1: return; -LAB5: xsi_set_current_line(63, ng0); - t3 = ((char*)((ng2))); - t4 = (t0 + 3800); - xsi_vlogvar_assign_value(t4, t3, 0, 0, 1); - goto LAB1; - -} - - -extern void work_m_16541823861846354283_2073120511_init() -{ - static char *pe[] = {(void *)NetDecl_16_0,(void *)Cont_48_1,(void *)Cont_49_2,(void *)Cont_50_3,(void *)Initial_52_4,(void *)Initial_60_5}; - xsi_register_didat("work_m_16541823861846354283_2073120511", "isim/clock_divider_tb_isim_beh.exe.sim/work/m_16541823861846354283_2073120511.didat"); - xsi_register_executes(pe); -} diff --git a/isim/clock_divider_tb_isim_beh.exe.sim/work/m_16541823861846354283_2073120511.didat b/isim/clock_divider_tb_isim_beh.exe.sim/work/m_16541823861846354283_2073120511.didat deleted file mode 100644 index 40af066ccf8491ca0a5467a1fbd79aa42c81e6d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5524 zcmeH~OKe+36o!WoAcY26C??)~$XnS_tM& z3r&yc)0Bu7NQ`U66vMtrsrI*ODOBX3Z6%t~ECyrr+CpM959p&-$Z6S#U(G;^8qL0G z8z~)`QHok4=@rpyYiMBO86i@zSJzgBpUmq<^xx}Qt0KG$Tz$%qcTt~@@W4;g%u=Ga z@q;{!nR(jYh}yaZKIZaeQrNPJ=DepZH}dcvw~-)njC1b#1 zU|nA8kg@oKWISjwuqOLyVmq0S<;#-skj23Hv$sRWFIObvVT*yY$JZfa;3vs=#A4vw ziCGNnXZn6*u8;YjCF4%4-;q2w8cP7GseBBELo%K;@?ql6vuH7J7jMQG_){|W zBhe7tcTQW382OqpR<26MQ${{a{2f2C7$f9s#+bh*89pRlCnC-ess(EhqRXOJ5+c3Q z51;-XZNEPIY`?-ZoY`Q2rO!>hH|p3{tvIVF0M9{Oj8xAx?g?77spAl%u6qZ;1_ z-p%54jqP|F3kmBxy|EHfL#YQ~$ zgv!DXq#NtVlJ60FKkRC#T>%5s?u&t&7HDe`Ai2YD)UFvH^U%xG4cl*zrB z8nQ);Y+<}u7*6p*LWRj*d{ic>v9#HH$u)a!JPX1|zA z3>O*_iiZlx2B@3NI0lir!NzW=u^TqJMK_tp%b5V}Gb!3Lni{-mJ_{`KM_{B4H;Q3`GZ>Xm~Ib2?wJg V9t;eHoM0g0IKByQ;%H4g^Dk30E|35K diff --git a/isim/clock_divider_tb_isim_beh.exe.sim/work/m_16541823861846354283_2073120511.lin64.o b/isim/clock_divider_tb_isim_beh.exe.sim/work/m_16541823861846354283_2073120511.lin64.o deleted file mode 100644 index d01a0b8989ea4ae4177ad6c4a6d06bc96b77efaf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5304 zcmb_fZD<@t7@oUJ>{Uy=R>f$mUNw~~*u9V3CD*F;k~Yb<9&Kq_s9M=>?zYLA`-r>S zG)mRNVKiI=#Sc&r)IX)*j}{cs7HzS`f(rUaP(i5vs1ZdJe^~G%zVGbJ-J88TTdObZ z&df8E zP_LW~o>6CZcg?9Yg|45oGx@HIFsxIZ`CXko#=!ESL0x{Pl#Nxs9>+p)DP>>+|#T>dXLB zt1G(HYN0Ebt>(KzYUOMvpV@hw*&NOcrdQz8i@4JZf+u%+<0Q~@-SrxjQD;x4n@x1) zr`mMZ)`y&&y0%GD1o!(_fJmg0avaVP^Xqz?{U_Zl(e05#AjW38l-oaCE%*QR~7 z6#n^_OyTaXAm%WHIqb|rEewf_oEgT9Ri6pLK=tXB)+>gXaabsC2K+XQB6Qnfw8w9R5PS19Mk zwY)iL<_$}8Ml?jV5o1g-rVIrc`^(mNw5Y{$ z6^|=rKxB6b92wfOb9FeWfN(ewgGqG9yTg&~Mn0_Sj*G8}_pS!T>xHWC@$Jkv z74j`#vM6}i=i=~baEsu3V@D|05oCzrPZ#Ygd<}Pm5BaA9l{Wu}(9OaC?LZuC6Zm1f zI%2c_LxJhGN_!yYLkjDJX9^y)aeVc4gerc&iJjQ@0%Bmz`i{F@4Sg8bCoTFotk{ng z9eso;wqv>Fn5kN*bC-;t13f_^|YX7qrR}&y|Zs zqXhm+WyerpG1l0Qo*Nefj4^Gmr56nm?td!6FdEZLjzR7(!{3bk77!Itv@L8h_)Rh| zhLk<9$Djp8CpJ+B*AETX3GGgJ5ckNiv=}G($VKyN-31tOyyG*MIUe^#)W@xunjC+O zf>4+7;25+4c$&q}+Ics_&5&A{HlUt?$2%vaj9rIs#typ$!~EeINqw2W2LWrQ9~1hL zFWl6|%l1yFG}FH*^ra5!qc7=C;zhtv-#gE=&{v?3n#`LlaqE(G%G)c(Qw-}~ZdG7@ z4{=P4pYz}{ehE)QrP=&LVq-fhh&cZx@W}CU{!0P#etS4%oA^P!hz(-i__6Jc9qEy4 z+(C1qGX%{W;qmG(2CSKW2o7Gf%^pEd(N^qPAKG>rt~YnEZe8y9&M z2>QrwB)==X*7>0)A_C%P2h`VbzRXHJKkGSO*OiQZj@L6L@j<}Rzh6v^pFMyL3;ceu z4*X03>|uew?ZHO{zEVg?{-Xjv@#EhzEZ^x8)NG{e7cf&bb955jsh^Ru!Ao@jxyOWwJZ z9GftdR3fpKZ7P|LsTZ`Kn3iIt(HJ}lc;dB=R6*(KZ|{x6iWRGNHj;(%|4ETplNNOVe%J94%>+dSRd2F=3T+hHY#6 zbx=pAdCP>$rZ&0Pv}{LnEWKolg@(&EH~jo@tNa80NTP{thwo`O5L_H5d?&bx;5S1Z z4gKIcOF!`Uk{kYlkt6Y~F3kD3_e%T$fg>O9Bof~*aP*IT5 zfqVVG+5&%%_`#pN^#1|jQ{7JqPUAmMaQIhO^P`A;${Xk10{6z*Pxv$sI^olJN(86z z%o3dPUnc%(-i{DH_48&6`~>ks^Y$g-Q{4*$r~cb9F<{>HT}E)qzk}d3&wB)p1)bL; zgirk(AvpZuudUa|E&O~=_|(r*aZX_T)K8DVaTtv!L-^Fs0fJLMueb2?2H{gb-w~Yp zfiSq?GGI*de3R#@#N~M?_i~BL^HbiZBrea}F!%1>`_R8UpXK=@`LZqO{G`HD@1Ov} rqU1hA9gDOFmwx2ADEU(NfQK*Re942$dExnpCjH1feCEP6T;}a>m};09 diff --git a/isim/isim_usage_statistics.html b/isim/isim_usage_statistics.html deleted file mode 100644 index 01c8eca..0000000 --- a/isim/isim_usage_statistics.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - -
ISim Statistics
Xilinx HDL Libraries Used=
Fuse Resource Usage=1000 ms, 98120 KB
Total Signals=26
Total Nets=21
Total Blocks=3
Total Processes=17
Total Simulation Time=2000100 ns
Simulation Resource Usage=1.22 sec, 275128 KB
Simulation Mode=gui
Hardware CoSim=0
diff --git a/isim/lockfile b/isim/lockfile deleted file mode 100644 index e69de29..0000000 diff --git a/isim/pn_info b/isim/pn_info deleted file mode 100644 index f96c793..0000000 --- a/isim/pn_info +++ /dev/null @@ -1 +0,0 @@ -14.7 diff --git a/isim/work/clock_divider.sdb b/isim/work/clock_divider.sdb deleted file mode 100644 index 1151819b2d09c110b7cb5abd0864170c8687a99e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8360 zcmb7~%a5GJ6~(`{3AVulGd9Ks18zSE=51R%B4ALrLde({10qs*3gbaA7#6%1QC8R< zoM&(Z%Dh%&1;nIkWur z@|pP$PMte@>JI|eHO+97>h5n}t-il{diku{BRLvTq(2N9+UsRFbAAxcdoJl5tlgJn zJt5iORBo2^*H=x%IkWfl`)4=L?%CfxI5)F0Se{w==-h`h*NT|t9YHoLb2RUkP}ruX z99%hGp#94a|NTGp2L7lZc)dQvyf^n*o&!4$T|d8V``is`H=CR9(!h}RWfCKeNOOm_ z&(FnbYBj1vFSE^1U-?y_nfAC;Q z+n;GJ_h}(_zb0~9=3Sxs=)&T$-a`LK@3=ZDTTe92?0Q(YtH&%7>)68Mb=Do3#maqf z_S8r7gTeecwN)-k-Kic@8})hZ(Lrx%X?nQ3GA9e2t_mHhNMKuFm*%1wNZ`ZV=~lFQK!uz_(jLPB4g$8M#+7U@&&<7yVgEaAAWL6^aTnEV?h|C!&aWVzTACL(W zw`7p~ftes(Wu)8G_Q0RkWE@*@BV79I<8x{-^V=%|j#UNN@DPYgPf#jE;8<0F%m{(F z5VL=SfMZnwQYZxCwsZl5Xs0*+M$c@O}j0SQ!BQ6a;rd1o1E+ zmRtzJu`&p^5rp?|l17PzuGcAuu8;_#r*;{HV`UI-V?ghtQ(}UqN(y4P;0QuaQ$aXZ z2H`ffhu-f^g&!pIs7xAK2dakPGQ)RqfVCzM}sSY&bqE z0@{ud!wvE+xf{eSu}v-h;!SZk>TRQ6j1`+yj!$}&Tn*KbYR(ljF0zkPZF!7NHW)8T z+5mQPK?verSQN)u6z+bC-cu%Q+vMEFNB^*VYWj}HqNCrh`7raxDnd9&d~Gu)8Y0t; zT#d|ekBsei+vO5s=8grQSvby^DKDR>42rPhk(Z7ke4~6zZsetNBQG7pU%pfRk(bVm zymSnIzG5&j$C((rw=#W!ePxbCmJHt+x3(ndFHrBMoPFX^3t*3GYiKVGv(#qD}y5Jc;uyH z2rKB6SB^(sIu?2982*u$jz?ZP7J2Cy{+l&E6LXx2u{(|l8W-6w(BW!c9;1_u>UsH$ zIBC_4%kDT%P<&INke6ZRUs&*(()6B6Hj$BPHAxdFfd2nT6viaPsoC%Ag24 z9(m~)!d>~6+{jDkMqWCGf8?d(k(Z7|UOI+9zuhr0$C=o^0uwYYvafA-A}^ODkydRi zHOfoJ32JAylb3FbymT!1?EdR5`i{fzW_>2^wgfZtH!4CH*F1A(OJr|W1j$RsJu+?U zge~&2#%C6eGiKB1XPe<$l~G6EZV#K4IGjlwSIe`8Z_mnaUs5@&C`4Nh4a&2sYxoY~ z#Qcux(G1jxlD?4>b68P`HYAkiRM&8BUzFcf-L4!~6rwGMq`XCS4d?ts`90O`%3(zz z+Hy$BTUFQaoe2v;P_uDUyNBD&RZn!A-;d2fn@4=E= zUK`(twP(icjWB&4SCZb?TnnmZExes zMJhq}(;!{JND?DlA|5uB<<1`mi>j*_Ln>D?RXR)6xK&+Ks?ZWpq>~h#u%hcqq?d#m zoulTY)!a~;&=OIklN7Q0Skp}9-?vbQ3`U)xkk71f9t~WmNddeRs S{@i=*^tksS&DEI1AFO|rRvCr> diff --git a/isim/work/glbl.sdb b/isim/work/glbl.sdb deleted file mode 100644 index c3a9fdb44ff0471e4570e01115c742f91b620cbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5159 zcmb7|Pj6dA6vf9$fl}%a#}0Oyrg0MfRY1WurHP8c2v{INTM0G@Bv3#|RIFGbgixD? zCS9~u)kw4zSWUtL1tCT4resn40s0wOv4SyQ{RPKxY(DbI`a#?aEj z(uMrlwblHEi%W}Z%NzN8rB=$ZncU ztQ?ueChfoO{`v>?L;R5<&brBN-2p?F_>4D-rMYHdqAqQ>-+dtOcZ0WA>X_8PsH9`! z#UmLBV!bwoS)x4e-0&dg{nEq4Q)}!n=Z(2CmziC7dnhwA#T)J0x1^HNQ-4%?DC6n; zJEvRopSR>)%ECv^{X2jM!_tGpRL4dO6Xj;POcvxRo*)XxEV&-~3=F>6r=YGt? zF>|9I^O=mvPWNH0vZd;k+N_CJ&)H{V`t+{!=VJQQuJj`@eWoux_nLg^dZ@{3?&kTN z^PnDLfT84Mp~Jxd%JIxrii%gzwNsl1b(yw-x+2>^4SoPm$=DiaK+apqc-@BgBnL%f ztCj>s%73yykrdlGl3GyIwg~u<#793;jC0r*g#V({b|l#xJ20X6B7xkb!H;z= zQmHavz}z0`$N-(AQrkh`;H<^D)e`6*SuQE3B0Dg8QbR@dCF!PQEe@BtT3Kt4WM%Jn zj`fkXII`R;abva*-{SD&*;%`~AyQDK^3rpCq%96Vo}snJ(yaQ+kuIwqWB5Rk_y6Cj zvjvDtQ|i?6SRCg|!n4a`?drVLP+6W=`p8-wE;oAIc(o7T;_zcPtX Date: Thu, 28 Feb 2019 11:47:26 -0800 Subject: [PATCH 2/2] Fix merge conflict --- debouncer_summary.html | 78 ------------- iseconfig/debouncer.xreport | 215 ------------------------------------ 2 files changed, 293 deletions(-) delete mode 100644 debouncer_summary.html delete mode 100644 iseconfig/debouncer.xreport diff --git a/debouncer_summary.html b/debouncer_summary.html deleted file mode 100644 index a18d9c6..0000000 --- a/debouncer_summary.html +++ /dev/null @@ -1,78 +0,0 @@ -Xilinx Design Summary - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
debouncer Project Status
Project File:CS152A_lab4.xiseParser Errors:
Module Name:debouncerImplementation State:New
Target Device:xc6slx16-3csg324
  • Errors:
 
Product Version:ISE 14.7
  • Warnings:
 
Design Goal:Balanced
  • Routing Results:
Design Strategy:Xilinx Default (unlocked)
  • Timing Constraints:
 
Environment: 
  • Final Timing Score:
  
- - - - - - - - - - - - 
- - - - - - - - - - -
Detailed Reports [-]
Report NameStatusGeneratedErrorsWarningsInfos
Synthesis Report     
Translation Report     
Map Report     
Place and Route Report     
Power Report     
Post-PAR Static Timing Report     
Bitgen Report     

- - -
Secondary Reports [-]
Report NameStatusGenerated
- - -
Date Generated: 02/28/2019 - 19:36:03
- \ No newline at end of file diff --git a/iseconfig/debouncer.xreport b/iseconfig/debouncer.xreport deleted file mode 100644 index ad8b8c2..0000000 --- a/iseconfig/debouncer.xreport +++ /dev/null @@ -1,215 +0,0 @@ - - -
- 2019-02-28T19:36:03 - debouncer - Unknown - /home/ise/CS152A-lab4/iseconfig/debouncer.xreport - /home/ise/CS152A-lab4/ - 2019-02-28T18:16:26 - false -
- - - - - - - - - - - - - - - - - - - - - - - -