Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- use assign statement: http://www.asic-world.com/verilog/synthesis3.html this isn't clocked in an always block. Thus: assign output = 1'b1; --- Quote End --- The op is asking for vhdl, not verilog. To the op. Assigning something to'1' should work just fine. You don't need a clock. What board are you using. Are you sure its not a problem of where you are probing?