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

wire assignment in verilog

junyoung2
Novice
3,314 Views

Hello, I have a question while I was writing the code. I made a code wire [15:0] A; and I declared input B; and I declared this signal as assign A = {8{B}};. When I declared this, the top 8 bits of signal A would be filled with 0, so why would it be filled with 0? Shouldn't it be filled with z or x??

0 Kudos
24 Replies
RichardTanSY_Altera
233 Views

Please allow us some time to look into.

Thank you for your time and patience.


Regards,

Richard Tan


0 Kudos
KennyTan_Altera
Moderator
210 Views

Hi, can you check your email for this? As this require long explanation from Questa support.


0 Kudos
KennyTan_Altera
Moderator
204 Views

Did you manage to check your email? If yes, please help to reply in the email for the confirmation.


0 Kudos
KennyTan_Altera
Moderator
179 Views

this case is close internally.


0 Kudos
Reply