{"id":721,"date":"2022-11-10T11:19:32","date_gmt":"2022-11-10T11:19:32","guid":{"rendered":"https:\/\/asic-chile.cl\/icbootcampbb\/?page_id=721"},"modified":"2025-06-12T20:38:04","modified_gmt":"2025-06-12T20:38:04","slug":"program","status":"publish","type":"page","link":"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/","title":{"rendered":"Program"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"721\" class=\"elementor elementor-721\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-08c2704 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"08c2704\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4515526\" data-id=\"4515526\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2fcf8ec elementor-widget elementor-widget-spacer\" data-id=\"2fcf8ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4e969b elementor-widget elementor-widget-heading\" data-id=\"b4e969b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Program<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-919f7c1 elementor-widget elementor-widget-spacer\" data-id=\"919f7c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5f713469 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5f713469\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-21f0e546\" data-id=\"21f0e546\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-13c15a8 elementor-widget elementor-widget-html\" data-id=\"13c15a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Program - Digital Integrated Circuit Design - Tec de Cartagena<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* General Styles *\/\n        body {\n            font-family: 'Inter', sans-serif;\n            margin: 0;\n            padding: 0;\n            background: linear-gradient(to bottom right, #231F20, #2a2d30);\n            color: #EAEAEA;\n            line-height: 1.6;\n        }\n\n        .program-hero {\n            background-color: #093AD8; \n            padding: 40px 20px;\n            text-align: center;\n            border-bottom: 3px solid #093AD8;\n        }\n\n        .program-hero h1 {\n            color: #FFFFFF;\n            font-size: 2.5em;\n            margin: 0;\n            font-weight: 700;\n            position: relative;\n            display: inline-block;\n            padding-bottom: 10px;\n        }\n\n        .program-hero h1::after {\n            content: '';\n            position: absolute;\n            width: 70%;\n            height: 3px;\n            background-color: #FFFFFF;\n            bottom: 0;\n            left: 15%;\n            animation: expandLine 1s ease-out forwards;\n        }\n\n        @keyframes expandLine {\n            from { width: 0; left: 50%; }\n            to { width: 70%; left: 15%; }\n        }\n\n        .program-container {\n            max-width: 1000px;\n            margin: 30px auto;\n            padding: 0 20px;\n        }\n\n        .day-schedule {\n            background-color: #25292d;\n            margin-bottom: 30px;\n            border-radius: 8px;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);\n            overflow: hidden;\n            opacity: 0;\n            transform: translateY(30px);\n            animation: fadeInSection 0.8s ease-out forwards;\n        }\n\n        \/* Staggered animation for sections *\/\n        .day-schedule:nth-child(1) { animation-delay: 0.2s; }\n        .day-schedule:nth-child(2) { animation-delay: 0.4s; }\n        .day-schedule:nth-child(3) { animation-delay: 0.6s; }\n        .day-schedule:nth-child(4) { animation-delay: 0.8s; }\n        .day-schedule:nth-child(5) { animation-delay: 1.0s; }\n\n\n        @keyframes fadeInSection {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .day-schedule h2 {\n            background-color: #093AD8;\n            color: #FFFFFF;\n            padding: 15px 20px;\n            margin: 0;\n            font-size: 1.8em;\n            font-weight: 600;\n        }\n        \n        .table-wrapper {\n            overflow-x: auto;\n            padding: 0px; \n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse; \n        }\n\n        th, td {\n            padding: 12px 15px;\n            text-align: left;\n            border-bottom: 1px solid #3a3f44; \n        }\n\n        th {\n            background-color: #2f3438; \n            color: #0BC5ED;\n            font-weight: 600;\n            font-size: 1.1em;\n        }\n        \n        td:nth-child(1) { \n            width: 25%;\n            color: #EAEAEA;\n            font-weight: 600;\n            text-align: left;\n        }\n        td:nth-child(2) { \n            width: 50%;\n            color: #EAEAEA;\n        }\n        td:nth-child(3) {\n            width: 25%;\n            color: #EAEAEA;\n            font-style: italic;\n        }\n\n        tbody tr:last-child td {\n            border-bottom: none; \n        }\n\n        tbody tr {\n            transition: background-color 0.3s ease;\n        }\n\n        tbody tr:hover {\n            background-color: #31363b; \n        }\n\n        .event-registration td,\n        .event-evaluation td,\n        .event-closure td,\n        .event-tbd td { \n            color: #EAEAEA;\n        }\n        .event-registration td:nth-child(2), \n        .event-evaluation td:nth-child(2),\n        .event-closure td:nth-child(2),\n        .event-tbd td:nth-child(2) {\n            font-style: italic;\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .program-hero h1 { font-size: 2em; }\n            .day-schedule h2 { font-size: 1.5em; }\n            th, td { padding: 10px; font-size: 0.9em; }\n            td:nth-child(1) { width: 30%; }\n            td:nth-child(2) { width: 45%; }\n            td:nth-child(3) { width: 25%; }\n        }\n        @media (max-width: 480px) {\n            .program-hero h1 { font-size: 1.6em; }\n            .day-schedule h2 { font-size: 1.3em; }\n            th, td { font-size: 0.85em; }\n        }\n\n    <\/style>\n<\/head>\n<body>\n\n    <header class=\"program-hero\">\n        <h1>Digital Integrated Circuit Design Program<\/h1>\n    <\/header>\n\n    <main class=\"program-container\">\n        \n        <section class=\"day-schedule\" id=\"day-monday\">\n            <h2>Monday - July 14, 2025<\/h2>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Time<\/th>\n                            <th>Topic<\/th>\n                            <th>Lecturer<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr class=\"event-registration\">\n                            <td>8:30 \u2013 9:00<\/td>\n                            <td>Event Registration<\/td>\n                            <td><\/td>\n                        <\/tr>\n                        <tr>\n                            <td rowspan=\"5\">9:00 \u2013 18:00<\/td>\n                            <td>Introduction to Digital Design Flow<\/td>\n                            <td rowspan=\"5\">Joan Santamar\u00eda<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Verilog for Synthesis<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Lunch Break<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Fundamentals of CMOS I<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Simulation of Digital Circuits with VCS<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/section>\n\n        <section class=\"day-schedule\" id=\"day-tuesday\">\n            <h2>Tuesday - July 15, 2025<\/h2>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Time<\/th>\n                            <th>Topic<\/th>\n                            <th>Lecturer<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td rowspan=\"5\">9:00 \u2013 18:00<\/td>\n                            <td>Fundamentals of CMOS II<\/td>\n                            <td rowspan=\"5\">Joan Santamar\u00eda<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Lab 1: Verilog<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Lunch break<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Introduction to Fabrication of ICs<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Lab 2: Verilog<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/section>\n\n        <section class=\"day-schedule\" id=\"day-wednesday\">\n            <h2>Wednesday - July 16, 2025<\/h2>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Time<\/th>\n                            <th>Topic<\/th>\n                            <th>Lecturer<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td rowspan=\"5\">9:00 \u2013 18:00<\/td>\n                            <td>Design Compiler I<\/td>\n                            <td rowspan=\"5\">Esteban Viveros<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Design Compiler II<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Lunch break<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Lab 3: Synthesis with Design Compiler<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Lab 4: Synthesis with Design Compiler<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/section>\n\n        <section class=\"day-schedule\" id=\"day-thursday\">\n            <h2>Thursday - July 17, 2025<\/h2>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Time<\/th>\n                            <th>Topic<\/th>\n                            <th>Lecturer<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td rowspan=\"5\">9:00 \u2013 18:00<\/td>\n                            <td>IC Compiler I<\/td>\n                            <td rowspan=\"5\">Ronald Valenzuela<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>IC Compiler II<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Lunch break<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Lab 5: Place & Route with IC Compiler<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Lab 6: Place & Route with IC Compiler<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/section>\n\n        <section class=\"day-schedule\" id=\"day-friday\">\n            <h2>Friday - July 18, 2025<\/h2>\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Time<\/th>\n                            <th>Topic<\/th>\n                            <th>Lecturer<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td rowspan=\"4\">9:00 \u2013 18:00<\/td>\n                            <td>Lab 7: Final Review<\/td>\n                            <td rowspan=\"4\">(TBD)<\/td>\n                        <\/tr>\n                        <tr class=\"event-evaluation\">\n                           <td>Evaluation<\/td>\n                        <\/tr>\n                        <tr>\n                           <td>Lunch break<\/td>\n                        <\/tr>\n                        <tr class=\"event-closure\">\n                           <td>Event Closure<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2ebd746f elementor-hidden-tablet elementor-hidden-mobile elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2ebd746f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b5fafa0\" data-id=\"2b5fafa0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7aa746fb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7aa746fb\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-74b947c0\" data-id=\"74b947c0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4cb42d3 elementor-widget elementor-widget-heading\" data-id=\"4cb42d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Monday - 1\/9\/2023<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6ea92419 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6ea92419\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5e589316\" data-id=\"5e589316\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-772b95ec elementor-widget elementor-widget-spacer\" data-id=\"772b95ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-683153cf elementor-widget elementor-widget-heading\" data-id=\"683153cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Tuesday - 1\/10\/2023<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-193f034f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"193f034f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6d0150c\" data-id=\"6d0150c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b3bfc5e elementor-widget elementor-widget-spacer\" data-id=\"7b3bfc5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65a17368 elementor-widget elementor-widget-heading\" data-id=\"65a17368\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Wednesday - 1\/11\/2023<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-267b565c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"267b565c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-14aa1343\" data-id=\"14aa1343\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-11b6cbce elementor-widget elementor-widget-spacer\" data-id=\"11b6cbce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7437f6bb elementor-widget elementor-widget-heading\" data-id=\"7437f6bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Thursday - 1\/12\/2023<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-37c6480b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"37c6480b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-55f80bf6\" data-id=\"55f80bf6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1ee63dba elementor-widget elementor-widget-spacer\" data-id=\"1ee63dba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a510c9 elementor-widget elementor-widget-heading\" data-id=\"9a510c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Friday - 1\/13\/2023<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Program Program &#8211; Digital Integrated Circuit Design &#8211; Tec de Cartagena Digital Integrated Circuit Design Program Monday &#8211; July 14, 2025 Time Topic Lecturer 8:30 \u2013 9:00 Event Registration 9:00 \u2013 18:00 Introduction to Digital Design Flow Joan Santamar\u00eda Verilog for Synthesis Lunch Break Fundamentals of CMOS I Simulation of Digital Circuits with VCS Tuesday [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-721","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Program - Synopsys Bootcamp<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Program - Synopsys Bootcamp\" \/>\n<meta property=\"og:description\" content=\"Program Program &#8211; Digital Integrated Circuit Design &#8211; Tec de Cartagena Digital Integrated Circuit Design Program Monday &#8211; July 14, 2025 Time Topic Lecturer 8:30 \u2013 9:00 Event Registration 9:00 \u2013 18:00 Introduction to Digital Design Flow Joan Santamar\u00eda Verilog for Synthesis Lunch Break Fundamentals of CMOS I Simulation of Digital Circuits with VCS Tuesday [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/\" \/>\n<meta property=\"og:site_name\" content=\"Synopsys Bootcamp\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-12T20:38:04+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/\",\"url\":\"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/\",\"name\":\"Program - Synopsys Bootcamp\",\"isPartOf\":{\"@id\":\"https:\/\/asic-chile.cl\/ictecdebolivar\/#website\"},\"datePublished\":\"2022-11-10T11:19:32+00:00\",\"dateModified\":\"2025-06-12T20:38:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/asic-chile.cl\/ictecdebolivar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Program\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/asic-chile.cl\/ictecdebolivar\/#website\",\"url\":\"https:\/\/asic-chile.cl\/ictecdebolivar\/\",\"name\":\"Synopsys Bootcamp\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/asic-chile.cl\/ictecdebolivar\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Program - Synopsys Bootcamp","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/","og_locale":"es_ES","og_type":"article","og_title":"Program - Synopsys Bootcamp","og_description":"Program Program &#8211; Digital Integrated Circuit Design &#8211; Tec de Cartagena Digital Integrated Circuit Design Program Monday &#8211; July 14, 2025 Time Topic Lecturer 8:30 \u2013 9:00 Event Registration 9:00 \u2013 18:00 Introduction to Digital Design Flow Joan Santamar\u00eda Verilog for Synthesis Lunch Break Fundamentals of CMOS I Simulation of Digital Circuits with VCS Tuesday [&hellip;]","og_url":"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/","og_site_name":"Synopsys Bootcamp","article_modified_time":"2025-06-12T20:38:04+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/","url":"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/","name":"Program - Synopsys Bootcamp","isPartOf":{"@id":"https:\/\/asic-chile.cl\/ictecdebolivar\/#website"},"datePublished":"2022-11-10T11:19:32+00:00","dateModified":"2025-06-12T20:38:04+00:00","breadcrumb":{"@id":"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/asic-chile.cl\/ictecdebolivar\/program\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/asic-chile.cl\/ictecdebolivar\/program\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/asic-chile.cl\/ictecdebolivar\/"},{"@type":"ListItem","position":2,"name":"Program"}]},{"@type":"WebSite","@id":"https:\/\/asic-chile.cl\/ictecdebolivar\/#website","url":"https:\/\/asic-chile.cl\/ictecdebolivar\/","name":"Synopsys Bootcamp","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/asic-chile.cl\/ictecdebolivar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/asic-chile.cl\/ictecdebolivar\/wp-json\/wp\/v2\/pages\/721","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/asic-chile.cl\/ictecdebolivar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/asic-chile.cl\/ictecdebolivar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/asic-chile.cl\/ictecdebolivar\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/asic-chile.cl\/ictecdebolivar\/wp-json\/wp\/v2\/comments?post=721"}],"version-history":[{"count":0,"href":"https:\/\/asic-chile.cl\/ictecdebolivar\/wp-json\/wp\/v2\/pages\/721\/revisions"}],"wp:attachment":[{"href":"https:\/\/asic-chile.cl\/ictecdebolivar\/wp-json\/wp\/v2\/media?parent=721"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}