728x90 반응형 Computer/기타3 [Verilog] Procedures Always blocksfor synthesizing hardware, two types of always blocks are relevant:Combinational: always @(*) Clocked: always @(posedge clk)Combinational always block은 assign statements와 같다. procedural block 안의 문법은 바깥과 꽤 다르다. if-then, case 등을 사용할 수 있다. Blocking vs. Non-Blocking AssignmentContinuous assignments (assign x = y;). Can only be used when not inside a procedure ("always block").Procedural.. 2024. 5. 20. [Flutter] Firebase 연동 오류 해결 flutterfire configure FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.COMMAND: firebase --version ERROR: The FlutterFire CLI currently requires the official Firebase CLI to also be installed, see https://firebase.google.com/docs/cli#install_the_firebase_cli for how to install it. firebase tools 설치하니까 해결됨 npm install -g firebase-tools 2024. 4. 24. [Flutter] Flutter를 시작했다 간단하게 어플 만들어보려고 시작했다. 2024. 4. 24. 이전 1 다음 728x90 반응형