{"id":18874361,"url":"https://github.com/sukriti-sood/test-pattern-generator","last_synced_at":"2026-02-17T02:30:13.907Z","repository":{"id":178513550,"uuid":"661958900","full_name":"Sukriti-sood/Test-Pattern-Generator","owner":"Sukriti-sood","description":"Algorithm for generating test pattern for fault detection.","archived":false,"fork":false,"pushed_at":"2023-07-25T09:12:41.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T01:25:53.399Z","etag":null,"topics":["vlsi-testing"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Sukriti-sood.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":"2023-07-04T04:06:52.000Z","updated_at":"2023-08-20T13:56:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"08c05e3c-eacb-434e-828d-e4517e013f4d","html_url":"https://github.com/Sukriti-sood/Test-Pattern-Generator","commit_stats":null,"previous_names":["sukriti-sood/test-pattern-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sukriti-sood%2FTest-Pattern-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sukriti-sood%2FTest-Pattern-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sukriti-sood%2FTest-Pattern-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sukriti-sood%2FTest-Pattern-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sukriti-sood","download_url":"https://codeload.github.com/Sukriti-sood/Test-Pattern-Generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239825713,"owners_count":19703338,"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","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":["vlsi-testing"],"created_at":"2024-11-08T05:39:17.982Z","updated_at":"2026-02-17T02:30:13.844Z","avatar_url":"https://github.com/Sukriti-sood.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Test Pattern Generator\n\nImplementation of Test Pattern Generation algorithm in python based upon path sensitization.\n\n## RUN\n\n``` python3 main.py```\n\n## INPUT\n\n- Circuit File *circuit.txt*\n- Fault Location (Any node in the circuit)\n- Fault Type (Stuck at 0 ---\u003e SA0) OR (Stuck at 1 ---\u003e SA1)\n\n### Circuit Format\n\n- The circuit will have 4 inputs - A, B, C and D. All of which are boolean type (only 0 and 1 are valid inputs)\n- The circuit’s output will always be Z which is also a boolean.\n- The circuit will be built using the following operations -\n  - AND ( \u0026 ) gate\n  - OR ( | ) gate\n  - NOT ( ~ ) gate\n  - XOR ( ^ ) gate\n- The circuit would purely be a combinational logic.\n- All internal nodes in the circuit would be named as : “net_\u003calphanumeric string\u003e”\n- Each input ( A / B / C / D ) would be utilized only once in the circuit.\n- Gates take only two inputs\n- There are no fanout branches in the circuit\n\n\n## OUTPUT\n\nTest vector and expected output is printed in *output.txt* file.\n\n## Simulation\n![SImulation](https://github.com/Sukriti-sood/Test-Pattern-Generator/assets/55010599/2e6a8dda-b2ac-405d-9da7-bea2c8edaff6)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsukriti-sood%2Ftest-pattern-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsukriti-sood%2Ftest-pattern-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsukriti-sood%2Ftest-pattern-generator/lists"}