Skip to content
Snippets Groups Projects
Commit e259607f authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

cosmetic

parent 9f9a4809
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ ARCHITECTURE str OF fpga_temp_sens IS ...@@ -65,7 +65,7 @@ ARCHITECTURE str OF fpga_temp_sens IS
BEGIN BEGIN
gen_tech_fpga_temp_sens: IF g_sim = FALSE GENERATE gen_tech_fpga_temp_sens: IF g_sim=FALSE GENERATE
u_tech_fpga_temp_sens : ENTITY tech_fpga_temp_sens_lib.tech_fpga_temp_sens u_tech_fpga_temp_sens : ENTITY tech_fpga_temp_sens_lib.tech_fpga_temp_sens
GENERIC MAP ( GENERIC MAP (
g_technology => g_technology g_technology => g_technology
...@@ -90,7 +90,7 @@ BEGIN ...@@ -90,7 +90,7 @@ BEGIN
gen_no_tech_fpga_temp_sens: IF g_sim = TRUE GENERATE gen_no_tech_fpga_temp_sens: IF g_sim=TRUE GENERATE
temp_data <= RESIZE_UVEC(x"45",10); temp_data <= RESIZE_UVEC(x"45",10);
mm_reg_temp_data <= RESIZE_UVEC(temp_data,c_mem_reg_dat_w); mm_reg_temp_data <= RESIZE_UVEC(temp_data,c_mem_reg_dat_w);
END GENERATE; END GENERATE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment