Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Error: Top-level design entity "bai3" is undefined

Can You help me correct this problem in this code below: module PWM( Ton,T,clk,Output_PWM); input clk; output Output_PWM; input [7:0] Ton; input [7:0] T; reg Output_PWM; integer ...