ContributionsMost RecentMost LikesSolutionsRe: [MAX10] when Boot (CFM0) All IO port High → All port Low it's mean. during Configuration => User Can modify each pin pull-up/down ? i tried both of them . doesn't not work. during configuration.. My Device, 10M08SAE144C8G (3.3v Single Power Supply) set(Checked) Weak pull up Settings Pin planner → Reserved → > as output driving ground → High (when Configuration Time) , Normallay Low(when PWR UnStable) and Sometime High for Few ns > as output driving Vcc → High (when Configuration Time), Glitch_High(when PWR UnStable) unset(unChecked) Weak pull up Settings Pin planner → Reserved → > as output driving ground → LOW (when Configuration Time), Normallay Low(when PWR UnStable) and Sometime High for Few ns > as output driving Vcc → LOW (when Configuration Time), Glitch_High(when PWR UnStable) Re: [MAX10] when Boot (CFM0) All IO port High → All port Low myself find. Device → Device and pin option... → [Catagory] Configuration → Device Options.. → Set I/O weak pull-ip prior usermode [MAX10] when Boot (CFM0) All IO port High → All port Low as i know All FPGA have configuration Time. During Configuration Time, All IO port weak pull up(100kΩ ~ 1MΩ) → All IO port High. Can i change Pull-up → Pull-Down? using Max10 Settings? * My FPGA : 10M50SAE144i7 Re: Using Altera PLL make 500Khz or below As Clocking and PLL User Guide.. Using PLL Clock (C1, C2. C3.C4), then that can though Global clock. but to make a Clock as a Logic (such as Counter).. will not connect to Global clock . .isn't it? Using Altera PLL make 500Khz or below When i Using ALTPLL, i Usually make 500khz and below xx kHz Frequency Clock. @ 50Mhz / 100Mhz Input clock. But Cyclone 5, Different PLL IP Core. - ALTPLL → Altera PLL, so it doesn't support for Low Frequency Clock. does have any way to make 500kHz or 10kHz frequency Clock? Solved"What does Symbol width mean?" I'm not sure about the concept of Symbol width used in "Avalon-MM Pipeline Bridge" or "Clock Crossing Bridge." Could you please provide more information or clarify your question? When the term "symbol" is mentioned, it doesn't seem to specifically refer to BPSK or QPSK. The datasheet mentions "Width of a single symbol in bits," which is quite confusing. i asked GPT : gpt said > In Avalon MM, a 'symbol' refers to the internal data transfer unit in the FPGA it's mean.. Case 1: > Data Width: 16 > Symbol Width: 16 => In one Read operation, it reads/writes the full Data width. Case 2: > Data Width: 16 > Symbol Width: 8 => It requires two Read operations, and in each Read, it reads/writes 8 bits. and what's different address units (Symbols, WORDS) Re: how to capture data to file i wanna Capture Data for 10ms (@ posedge 40Mhz Clock) but Signal Tap Sample depth maximum Setting is 128K. at that time data length ≒ 2.87ms (≒ 3.28ms). i wanna capture more long... is there any way capture depth more longer? how to capture data to fileTarget Device : Max10 (10M50SAE144I7N) Sampling Clock : 40Mhz Required period : 5ms or over i tried ram size maximum 128k @ 3ms under so is there any way how to capture data over 1msSolvedRe: How to use Nios ↔ Logic (Avalon mm Burst Transfer) i just finish read Avalon mm Interface Spec Sheet . and i tried to make it. 1. I Dened like that Nios.. 2. Nios Connection when Connection Initial Nios Core Settings don't have Burst Count [32] so i tried to make it - nios → Caches and Memory Interfaces → Data Cache → Add Burstcount signal to data_master → Enable - Avalon MM -Slave <----> NIOS Core Data Master : Burst_Count [32] <-----> : none : ReadDataValid [1] <-----> : ReadDataValid [1] : Addr [8] <----> : Addr [14] : Read [1] <----> : Read [1] : Read_Data[32] <----> : Read_Data[32] : wait_Request [1] <----> : wait_Request [1] : write [1] <----->: write [1] : Write_Data [32] <----->: Write_Data [32] : none <-----> : Byte_Enable [4] : none <----> : debug_mem_slave_debugaccess_to_roms [1] for burst transfer is it good connection? How to use Nios ↔ Logic (Avalon mm Burst Transfer) i wanna Burst Transfer or Steamming data communication Between Logic and NIOS. now i tried Simple Avalon mm transfer but lots of Overhead. Addrss Read_Data, Write_Data Write, Read