{"id":16413231,"url":"https://github.com/hashirshoaeb/verilog-codes","last_synced_at":"2025-09-12T05:31:51.996Z","repository":{"id":114275529,"uuid":"215857983","full_name":"hashirshoaeb/Verilog-Codes","owner":"hashirshoaeb","description":"This repository is to help macOS and linux users who have just started learning verilog.","archived":true,"fork":false,"pushed_at":"2020-01-14T06:14:15.000Z","size":27550,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T07:48:04.104Z","etag":null,"topics":["assignment","getting-started","lab-tasks","learning-verilog","linux-users","macos","scansion","verilog","vscode","vscode-plugin"],"latest_commit_sha":null,"homepage":"","language":"Verilog","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hashirshoaeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-17T18:18:25.000Z","updated_at":"2024-12-29T05:22:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"f24df697-b0f0-484d-9914-a6377eba177b","html_url":"https://github.com/hashirshoaeb/Verilog-Codes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hashirshoaeb/Verilog-Codes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashirshoaeb%2FVerilog-Codes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashirshoaeb%2FVerilog-Codes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashirshoaeb%2FVerilog-Codes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashirshoaeb%2FVerilog-Codes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashirshoaeb","download_url":"https://codeload.github.com/hashirshoaeb/Verilog-Codes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashirshoaeb%2FVerilog-Codes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274759115,"owners_count":25343872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assignment","getting-started","lab-tasks","learning-verilog","linux-users","macos","scansion","verilog","vscode","vscode-plugin"],"created_at":"2024-10-11T06:50:55.997Z","updated_at":"2025-09-12T05:31:50.544Z","avatar_url":"https://github.com/hashirshoaeb.png","language":"Verilog","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Verilog Development Environment and Example Codes\n\nI'm using cli based [verilog compiler](http://iverilog.icarus.com/) to build my lab tasks/projects on mac. I'm Computer Engineering student and learning verilog under Digital System Design course in 7th semester.\n\n## Goal\n\nThis repository is to help macOS and linux users who have just started learning verilog, so that they don't go through to those problems that i have faced. I'm the only mac user in my class. Whole class is using Modelsim for verilog. So here I face the difficulty because Modelsim does not support mac. So following are the instructions that how i setup development environment, and also there are my lab tasks as example codes.\n\n## Development environment\n\nI'm using [vscode](https://code.visualstudio.com/) as an editor tool and using\n[leafvmaple.verilog](https://github.com/leafvmaple/vscode-verilog) which provides a nice interface(button) to run .v file, and\n[ericsonj.verilogformat](https://github.com/ericsonj/verilog-format) extension which automatically formats the code. Installation steps are written in their respective README.md files. Also, I'm using [scansion.app](http://www.logicpoet.com/scansion/) for GUI simulation.\n\nIf you have [iverilog](http://iverilog.icarus.com/) and [scansion.app](http://www.logicpoet.com/scansion/) then you can also generate output using following commands in terminal.app:\n\n```bash\n    $ iverilog -o \u003ctask1_tb.v.out\u003e \u003ctask1_tb.v\u003e\n    $ vvp \u003ctask1_tb.v.out\u003e\n    $ open -a Scansion \u003ctask1.vcd\u003e\n```\n\n### Note\n\nThe above commands I used to run [lab2/task1_tb.v](./lab2/task1_tb.v).\nYou need to write test bench (ie: \\_tb.v) to test your code.\n\n## Helpful links\n\n- [https://iverilog.fandom.com/wiki/Installation_Guide](https://iverilog.fandom.com/wiki/Installation_Guide)\n- [https://www.swarthmore.edu/NatSci/mzucker1/e15_f2014/iverilog.html](https://www.swarthmore.edu/NatSci/mzucker1/e15_f2014/iverilog.html)\n- [https://iverilog.fandom.com/wiki/Getting_Started](https://iverilog.fandom.com/wiki/Getting_Started)\n\n## Contribution\n\nPull requests are always welcome. Happy coding :D\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashirshoaeb%2Fverilog-codes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashirshoaeb%2Fverilog-codes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashirshoaeb%2Fverilog-codes/lists"}