We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Can you explain what exactly are these used for ?
assign cfg_rstval = hyperbus_pkg::hyper_cfg_t'{ t_latency_access: 'h6, en_latency_additional: 'b0, t_burst_max: 'd350, // At lowest legal clock (100 MHz): 3.5ns (0.5ns safety margin) t_read_write_recovery: 'h6, t_rx_clk_delay: 'h8, t_tx_clk_delay: 'h8, address_mask_msb: 'd25, // 26 bit addresses = 2^6*2^20B == 64 MB per chip (biggest availale as of now) address_space: 'b0, phys_in_use: NumPhys-1, which_phy: NumPhys-1, t_csh_cycles: 'h1 };
How does this match with this ? www.infineon.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
Can you explain what exactly are these used for ?
How does this match with this ? www.infineon.com
The text was updated successfully, but these errors were encountered: