Skip to content

Harikrishnah007/HelloWord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

entity hello_world is end;

architecture hello_world of hello_world is begin stimulus : PROCESS begin assert false report "Hello World By Hari" severity note; wait; end PROCESS stimulus; end hello_world;

Releases

No releases published

Packages

No packages published