chapter_2 , build 파일 실행불가...
775
작성한 질문수 5
기존에 이미 작성되어있던 코드를 지우고 제가 영상보면서 연습 차 다시 작성했는데..-_-;
저장하고 그 후에 ./build 실행하니 다양한 오류가 뜨더라구요...
raineesm@DESKTOP-VLU7A79:~/Matbi_VerilogHDL_Season1/chapter_2$ ./build
WARNING: [XSIM 43-3479] Unable to increase the current process stack size.
INFO: [VRFC 10-2263] Analyzing Verilog file "/home/raineesm/Matbi_VerilogHDL_Season1/chapter_2/tb_clock_generator.v" into library work
INFO: [VRFC 10-311] analyzing module tb_clock_generator
ERROR: [VRFC 10-8414] extra comma in port association list is not allowed [/home/raineesm/Matbi_VerilogHDL_Season1/chapter_2/tb_clock_generator.v:56]
ERROR: [VRFC 10-8530] module 'tb_clock_generator' is ignored due to previous errors [/home/raineesm/Matbi_VerilogHDL_Season1/chapter_2/tb_clock_generator.v:21]
Vivado Simulator v2022.2
Copyright 1986-1999, 2001-2022 Xilinx, Inc. All Rights Reserved.
Running: /home/raineesm/tools/Xilinx/Vivado/2022.2/bin/unwrapped/lnx64.o/xelab tb_clock_generator -debug wave -s tb_clock_generator
Multi-threading is on. Using 2 slave threads.
ERROR: [XSIM 43-3225] Cannot find design unit work.tb_clock_generator in library work located at xsim.dir/work.
ERROR: Please check the snapshot name which is created during 'xelab',the current snapshot name "xsim.dir/tb_clock_generator/xsimk" does not exist

답변 1
0
안녕하세요 :)
syntax error 로 보여지고요.
해당 에러 메세지를 해석해보시겠어요?
(스스로 해결가능하다 판단되고요) 답은 메세지에 있습니다.
찾기 어려우시면 제공 드린 코드랑 비교해보는 것도 하나의 방법일 수 있겠네요. :)
0
왠지포트를 괄호() 말고, 모듈 내에 선언하셨을 것 같아서, 적어보면.
질문글 캡쳐해주신 오른쪽 코드 보시면, 포트 선언시 세미콜론(;) 대신 콤마(,)를 쓰시면 됩니다.
iclk;
iclk,
즐공하세요 :)
Chapter 16 FSM 관련 질문
1
42
2
강의 환경(linux) 관련 질문
1
49
2
Arty Z10 관련 문의
1
46
2
13장 파이프라인 질문 드립니다.
1
90
2
Ubuntu 20.04.5 설치관련 문의드립니다
1
96
2
git hub 404 error 도움 부탁드립니다.
1
67
2
latency 개념 구현
1
145
3
비바도 all os버전
1
120
2
초기화를 reset_n 이 '1'일 때가 아닌 '0' 일 때 실행시키는 이유 질문
1
133
2
다운로드용량
1
106
2
비바도리눅스설치
1
118
2
전체path복사넣기
1
91
2
Vivado 2025.2 리눅스 설치 후 실행 에러와 솔루션 (libxv_commontasks.so)
1
262
2
explorer.exe오류
1
163
3
mobaxterm설치오류
1
137
2
./build시, waveform 'divide color' 사용
1
84
2
Latch와 관련하여 (Time borrowing, Latch-based design)
1
210
2
clean 명령어가 안되는데, 따로 저장해줘야 하는지 궁금합니다.
0
91
1
안녕하세요 설치 관련 질문 드립니다.
1
100
3
16장 mealy 설계.
1
106
2
14장 Cycle 관련, Testbench 코드.
1
110
2
21강(16장) 초기값 설정이 적용되는 시점 질문
1
87
1
20강(15장) - 밀리 머신 관련하여 질문 드립니다.
1
93
2
build에러 질문
0
88
2





