I have the Nexys A7-100T FPGA board . I wanted to measure the oxygen saturation level using SpO2 Sensor: MAX30102 from Maxim Integrated and microblaze processor. In Vivado Design suite , I connected AXI IIC IP with Microblaze IP .
Please help me how can I connect this sensor with the board, and what modification should I do on IP block Design? In the block design , other IP blocks are connected. I checked removing the AXI IIC IP block, Bitstream generation successes, But when I add AXI IIC IP, Bitstream generation fails.
in bitstream generation, this shows an error . The error messege is:
[DRC NSTD-1] Unspecified I/O Standard: 2 out of 22 logical ports use I/O standard (IOSTANDARD) value 'DEFAULT', instead of a user assigned specific value. This may cause I/O contention or incompatibility with the board power or connectivity affecting performance, signal integrity or in extreme cases cause damage to the device or the components to which it is connected. To correct this violation, specify all I/O standards. This design will fail to generate a bitstream unless all logical ports have a user specified I/O standard value defined. To allow bitstream creation with unspecified I/O standard values (not recommended), use this command: set_property SEVERITY {Warning}[get_drc_checks NSTD-1]. NOTE: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that file as a pre-hook for write_bitstream step for the implementation run. Problem ports: SpO2_Sensor_scl_io, and SpO2_Sensor_sda_io. and [DRC UCIO-1]
Unconstrained Logical Port: 2 out of 22 logical ports have no user assigned specific location constraint (LOC). This may cause I/O contention or incompatibility with the board power or connectivity affecting performance, signal integrity or in extreme cases cause damage to the device or the components to which it is connected. To correct this violation, specify all pin locations. This design will fail to generate a bitstream unless all logical ports have a user specified site LOC constraint defined. To allow bitstream creation with unspecified pin locations (not recommended), use this command: set_property SEVERITY {Warning} [get_drc_checks UCIO-1]. NOTE: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that file as a pre-hook for write_bitstream step for the implementation run. Problem ports: SpO2_Sensor_scl_io, and SpO2_Sensor_sda_io.
Question
Saikot Das Joy
I have the Nexys A7-100T FPGA board . I wanted to measure the oxygen saturation level using SpO2 Sensor: MAX30102 from Maxim Integrated and microblaze processor. In Vivado Design suite , I connected AXI IIC IP with Microblaze IP .
Please help me how can I connect this sensor with the board, and what modification should I do on IP block Design? In the block design , other IP blocks are connected. I checked removing the AXI IIC IP block, Bitstream generation successes, But when I add AXI IIC IP, Bitstream generation fails.
in bitstream generation, this shows an error . The error messege is:
[DRC NSTD-1] Unspecified I/O Standard: 2 out of 22 logical ports use I/O standard (IOSTANDARD) value 'DEFAULT', instead of a user assigned specific value. This may cause I/O contention or incompatibility with the board power or connectivity affecting performance, signal integrity or in extreme cases cause damage to the device or the components to which it is connected. To correct this violation, specify all I/O standards. This design will fail to generate a bitstream unless all logical ports have a user specified I/O standard value defined. To allow bitstream creation with unspecified I/O standard values (not recommended), use this command: set_property SEVERITY {Warning}[get_drc_checks NSTD-1]. NOTE: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that file as a pre-hook for write_bitstream step for the implementation run. Problem ports: SpO2_Sensor_scl_io, and SpO2_Sensor_sda_io. and [DRC UCIO-1]
Unconstrained Logical Port: 2 out of 22 logical ports have no user assigned specific location constraint (LOC). This may cause I/O contention or incompatibility with the board power or connectivity affecting performance, signal integrity or in extreme cases cause damage to the device or the components to which it is connected. To correct this violation, specify all pin locations. This design will fail to generate a bitstream unless all logical ports have a user specified site LOC constraint defined. To allow bitstream creation with unspecified pin locations (not recommended), use this command: set_property SEVERITY {Warning} [get_drc_checks UCIO-1]. NOTE: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that file as a pre-hook for write_bitstream step for the implementation run. Problem ports: SpO2_Sensor_scl_io, and SpO2_Sensor_sda_io.
block design.pdf
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now