Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI am not sure why this happen.. (process problem)
Hi. I made two same codes about BCD adder and first code is working well, but second code had a problem.The only diffence between two code is the sensitivity list. first code includes bin_resul...
Altera_Forum
Honored Contributor
14 years agoOh so Sorry. I didn't read carefully the code :oops:. I believed that "bin_result<= astring + bstring; -- initial interconnection signal" was inside the process.
Quartus II ignores sensitivity list. ModelSim doesn't. ==> produce mismatch between synthesis and simulation. Unsure that hyeok1234 understands very well sensitivity lists.