From 22eb022c9485c3d2661c9226700417542aec8560 Mon Sep 17 00:00:00 2001 From: David Brouwer <dbrouwer@astron.nl> Date: Tue, 24 Oct 2023 14:23:33 +0200 Subject: [PATCH] Added an extra enter and use correct punctuation marks --- libraries/technology/ip_agi027_xxxx/complex_mult/README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/technology/ip_agi027_xxxx/complex_mult/README.txt b/libraries/technology/ip_agi027_xxxx/complex_mult/README.txt index c94c9bbac0..a2afb13ea0 100644 --- a/libraries/technology/ip_agi027_xxxx/complex_mult/README.txt +++ b/libraries/technology/ip_agi027_xxxx/complex_mult/README.txt @@ -9,7 +9,8 @@ README.txt for $HDL_WORK/libraries/technology/ip_agi027_xxxx/complex_mult 1) Porting -The complex_mult IP was ported manually from Quartus v19.4 for Arria10_e2sg to Quartus 23.2 for Agi027_xxxx by creating it in Quartus (Qsys) using the same parameter settings. +The complex_mult IP was ported manually from Quartus v19.4 for Arria10_e2sg to Quartus 23.2 for Agi027_xxxx by creating it in Quartus (Qsys) using +the same parameter settings. 2) IP component @@ -58,4 +59,4 @@ b) When multiple IPs are generated, each utilizing the same IP function but with library name, containing a different .vhd file, as opposed to the previously used unique library names. This leads to issues. To address this, shared libraries are combined within a single library with the IP-specific library name in the build directory when 'generate_ip_libs' is used. Therefore, a directory is manually created in 'altera_libraries' with the IP-specific library name, containing three files: - 'compile_ip.tcl,' 'hdllib.cfg,' and 'liborder. + 'compile_ip.tcl', 'hdllib.cfg' and 'liborder'. -- GitLab