ShengN_alteraSuper ContributorJoined 4 years ago1924 Posts127 LikesLikes received167 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: scfifo ip with mlab I suggest you use FIFO IP SCFIFO options and memory block type set as mlab The ram report shows mlab only: Re: How to specify the library for files in the Component Editor? Inside IP, you can only use work. Or move that file out of the IP to use mylib Re: How to specify the library for files in the Component Editor? change library "mylib" to "work" ? Re: Cyclone 10 LP True DPRAM IP Yes, a word-based RAM expects aligned word writes, not arbitrary byte writes — unless byte enable is properly handled. You have to properly use the byte enable like for example (2'b11 for 16 bits) Take an example: Assume: RAM width = 16-bit (2 bytes) Addressing = word-based Address mapping: Processor addr RAM addr Byte lane 0 word 0 low byte 1 word 0 high byte 2 word 1 low byte 3 word 1 high byte If your design: Always writes full word OR only enables byteena[0] ( If byte enable is missing or wrong) Then: Address Result Even (0,2,...) writes lower byte Odd (1,3,...) upper byte ignored You may check the waveform for byteenable from this doc https://cdrdv2-public.intel.com/654378/ug_ram.pdf (page 39) Re: How to specify the library for files in the Component Editor? Under Project Navigator Files section, right-click -> Properties -> Specify library Re: Cyclone 10 LP True DPRAM IP Could you provide design for taking a look? Re: Documentation of recent low-level and WYSIWYG primitives Hi Frank, Please check your private message Re: Licencing error for Questa - Altera FPGA Starter Edition 2025.2 (Quartus Prime Pro 25.1std) May I know does your problem resolved? Re: Licencing error for Questa - Altera FPGA Starter Edition 2025.2 (Quartus Prime Pro 25.1std) Make sure you put SALT_LICENSE_SERVER in both user variable and system variable under environment variable Re: System-Console 26.1 java.io.IOException: Cannot run program "ps": CreateProcess error=2 I test and there's no problem for my site check: I would suggest try to uninstall and re-install. Before re-installing, make sure turn off any suspicious software like anti-virus, anti malware or vpn