Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17049 Discussions

period_h_register <= std_logic_vector'("0000000000000001");

Altera_Forum
Honored Contributor II
1,135 Views

What does the apostrophe mean in the statment below 

 

period_h_register <= std_logic_vector'("0000000000000001"); :confused:  

 

Thanks for any help
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
484 Views

Search for the word 'tick' here (http://tams-www.informatik.uni-hamburg.de/vhdl/doc/faq/faq1.html). They have a good explanation.

0 Kudos
Altera_Forum
Honored Contributor II
484 Views

In this assignment a qualified expression has no purpose. period_h_register <= "0000000000000001"; should always do the same.

0 Kudos
Reply